#C4E95F

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

Shades of Conifer #C4E95F

Tints of Conifer #C4E95F

Color information

#C4E95F (or 0xC4E95F) is unknown color: approx Conifer. HEX triplet: C4, E9 and 5F. RGB value is (196,233,95). Sum of RGB (Red+Green+Blue) = 196+233+95=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E95F is #3B16A0. Grayscale: #CECECE. Windows color (decimal): -3872417 or 6285764. OLE color: 6285764.

HSL color Cylindrical-coordinate representation of color #C4E95F: hue angle of 76.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4E95F is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB19623395-
CMYK0.1600.590.09
HSL76.09º75.82%64.31%-
HSV(B)76.09º59.23%91.37%-
XYZ53.9770.8421.66-
YUV206.265.24120.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 233 (91.41% from 255) = 44.47%
BLUE value IS 95 (37.5% from 255) = 18.13%
R=37.40%
G=44.47%
B=18.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal196233950.1600.590.0976.0975.8264.31
HexC4E95F1003B94c4c40
Octal3043511372007311114114100
Binary110001001110100110111111000001110111001100110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E95F; }

 p { color: rgb(196,233,95); }

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

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

 a { background-color: rgb(196,233,95); }

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

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

 span { border-color: rgb(196,233,95); }

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