Shades of Conifer #C4E35F
Tints of Conifer #C4E35F
RGB
CMYK
RGB Variations
Color information
#C4E35F (or 0xC4E35F) is known color: Conifer. HEX triplet: C4, E3 and 5F. RGB value is (196,227,95). Sum of RGB (Red+Green+Blue) = 196+227+95=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #C4E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E35F is #3B1CA0. Grayscale: #CBCBCB. Windows color (decimal): -3873953 or 6284228. OLE color: 6284228.
HSL color Cylindrical-coordinate representation of color #C4E35F: hue angle of 74.09º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4E35F is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 227 | 95 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.11 |
| HSL | 74.09º | 0.7% | 0.63% | - |
| HSV(B) | 74.09º | 0.58% | 0.89% | - |
| XYZ | 52.3 | 67.5 | 21.1 | - |
| YUV | 202.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 227 | 95 | 0.14 | 0 | 0.58 | 0.11 | 74.09 | 0.7 | 0.63 |
| Hex | C4 | E3 | 5F | E | 0 | 3A | B | 4A | 46 | 3F |
| Octal | 304 | 343 | 137 | 16 | 0 | 72 | 13 | 112 | 106 | 77 |
| Binary | 11000100 | 11100011 | 1011111 | 1110 | 0 | 111010 | 1011 | 1001010 | 1000110 | 111111 |
Color Harmonies of #C4E35F
Complementary color
Monochromatic Colors of #C4E35F
Black with #C4E35F
Text Example
Text Example
White with #C4E35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E35F; }
p { color: rgb(196,227,95); }
H1.HeaderClassName
{
color: #C4E35F;
}
.AnyTagClassName
{
color: #C4E35F;
}
</style>
background-color css
<style>
a { background-color: #C4E35F; }
a { background-color: rgb(196,227,95); }
div.DivClassName
{
background-color: #C4E35F;
}
.BgClassName
{
background-color: #C4E35F;
}
</style>
border-color css
<style>
span { border-color: #C4E35F; }
span { border-color: rgb(196,227,95); }
td.TdClassName
{
border-color: #C4E35F;
}
.TagClassName
{
border-color: #C4E35F;
}
</style>