Shades of Conifer #C8E25A
Tints of Conifer #C8E25A
RGB
CMYK
RGB Variations
Color information
#C8E25A (or 0xC8E25A) is known color: Conifer. HEX triplet: C8, E2 and 5A. RGB value is (200,226,90). Sum of RGB (Red+Green+Blue) = 200+226+90=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E25A is #371DA5. Grayscale: #CBCBCB. Windows color (decimal): -3612070 or 5956296. OLE color: 5956296.
HSL color Cylindrical-coordinate representation of color #C8E25A: hue angle of 71.47º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8E25A is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 90 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.11 |
| HSL | 71.47º | 0.7% | 0.62% | - |
| HSV(B) | 71.47º | 0.6% | 0.89% | - |
| XYZ | 52.86 | 67.41 | 19.9 | - |
| YUV | 202.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 90 | 0.12 | 0 | 0.60 | 0.11 | 71.47 | 0.7 | 0.62 |
| Hex | C8 | E2 | 5A | C | 0 | 3C | B | 47 | 46 | 3E |
| Octal | 310 | 342 | 132 | 14 | 0 | 74 | 13 | 107 | 106 | 76 |
| Binary | 11001000 | 11100010 | 1011010 | 1100 | 0 | 111100 | 1011 | 1000111 | 1000110 | 111110 |
Color Harmonies of #C8E25A
Complementary color
Monochromatic Colors of #C8E25A
Black with #C8E25A
Text Example
Text Example
White with #C8E25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E25A; }
p { color: rgb(200,226,90); }
H1.HeaderClassName
{
color: #C8E25A;
}
.AnyTagClassName
{
color: #C8E25A;
}
</style>
background-color css
<style>
a { background-color: #C8E25A; }
a { background-color: rgb(200,226,90); }
div.DivClassName
{
background-color: #C8E25A;
}
.BgClassName
{
background-color: #C8E25A;
}
</style>
border-color css
<style>
span { border-color: #C8E25A; }
span { border-color: rgb(200,226,90); }
td.TdClassName
{
border-color: #C8E25A;
}
.TagClassName
{
border-color: #C8E25A;
}
</style>