Shades of Conifer #C4E153
Tints of Conifer #C4E153
RGB
CMYK
RGB Variations
Color information
#C4E153 (or 0xC4E153) is known color: Conifer. HEX triplet: C4, E1 and 53. RGB value is (196,225,83). Sum of RGB (Red+Green+Blue) = 196+225+83=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E153 is #3B1EAC. Grayscale: #C8C8C8. Windows color (decimal): -3874477 or 5497284. OLE color: 5497284.
HSL color Cylindrical-coordinate representation of color #C4E153: hue angle of 72.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4E153 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 83 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.12 |
| HSL | 72.25º | 0.7% | 0.6% | - |
| HSV(B) | 72.25º | 0.63% | 0.88% | - |
| XYZ | 51.25 | 66.21 | 18.26 | - |
| YUV | 200.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 83 | 0.13 | 0 | 0.63 | 0.12 | 72.25 | 0.7 | 0.6 |
| Hex | C4 | E1 | 53 | D | 0 | 3F | C | 48 | 46 | 3C |
| Octal | 304 | 341 | 123 | 15 | 0 | 77 | 14 | 110 | 106 | 74 |
| Binary | 11000100 | 11100001 | 1010011 | 1101 | 0 | 111111 | 1100 | 1001000 | 1000110 | 111100 |
Color Harmonies of #C4E153
Complementary color
Monochromatic Colors of #C4E153
Black with #C4E153
Text Example
Text Example
White with #C4E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E153; }
p { color: rgb(196,225,83); }
H1.HeaderClassName
{
color: #C4E153;
}
.AnyTagClassName
{
color: #C4E153;
}
</style>
background-color css
<style>
a { background-color: #C4E153; }
a { background-color: rgb(196,225,83); }
div.DivClassName
{
background-color: #C4E153;
}
.BgClassName
{
background-color: #C4E153;
}
</style>
border-color css
<style>
span { border-color: #C4E153; }
span { border-color: rgb(196,225,83); }
td.TdClassName
{
border-color: #C4E153;
}
.TagClassName
{
border-color: #C4E153;
}
</style>