#C4E158

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

Shades of Conifer #C4E158

Tints of Conifer #C4E158

Color information

#C4E158 (or 0xC4E158) is unknown color: approx Conifer. HEX triplet: C4, E1 and 58. RGB value is (196,225,88). Sum of RGB (Red+Green+Blue) = 196+225+88=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E158 is #3B1EA7. Grayscale: #C9C9C9. Windows color (decimal): -3874472 or 5824964. OLE color: 5824964.

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

Color convert

RGB19622588-
CMYK0.1300.610.12
HSL72.7º69.54%61.37%-
HSV(B)72.7º60.89%88.24%-
XYZ51.4566.2919.32-
YUV200.7164.39124.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 88 (34.77% from 255) = 17.29%
R=38.51%
G=44.20%
B=17.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal196225880.1300.610.1272.769.5461.37
HexC4E158D03DC49463d
Octal304341130150751411110675
Binary1100010011100001101100011010111101110010010011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E158; }

 p { color: rgb(196,225,88); }

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

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

 a { background-color: rgb(196,225,88); }

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

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

 span { border-color: rgb(196,225,88); }

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