#C5E156

Color #C5E156 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C5E156

Tints of Conifer #C5E156

Color information

#C5E156 (or 0xC5E156) is unknown color: approx Conifer. HEX triplet: C5, E1 and 56. RGB value is (197,225,86). Sum of RGB (Red+Green+Blue) = 197+225+86=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E156 is #3A1EA9. Grayscale: #C9C9C9. Windows color (decimal): -3808938 or 5693893. OLE color: 5693893.

HSL color Cylindrical-coordinate representation of color #C5E156: hue angle of 72.09º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5E156 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB19722586-
CMYK0.1200.620.12
HSL72.09º69.85%60.98%-
HSV(B)72.09º61.78%88.24%-
XYZ51.6366.3918.9-
YUV200.7863.22125.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 225 (88.28% from 255) = 44.29%
BLUE value IS 86 (33.98% from 255) = 16.93%
R=38.78%
G=44.29%
B=16.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197225860.1200.620.1272.0969.8560.98
HexC5E156C03EC48463d
Octal305341126140761411010675
Binary1100010111100001101011011000111110110010010001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E156; }

 p { color: rgb(197,225,86); }

 H1.HeaderClassName
 {
   color: #C5E156;
 }
 .AnyTagClassName
 {
   color: #C5E156;
 }
</style>
background-color css

<style>
 a { background-color: #C5E156; }

 a { background-color: rgb(197,225,86); }

 div.DivClassName
 {
   background-color: #C5E156;
 }
 .BgClassName
 {
   background-color: #C5E156;
 }
</style>
border-color css

<style>
 span { border-color: #C5E156; }

 span { border-color: rgb(197,225,86); }

 td.TdClassName
 {
   border-color: #C5E156;
 }
 .TagClassName
 {
   border-color: #C5E156;
 }
</style>