Shades of Conifer #C8E952
Tints of Conifer #C8E952
RGB
CMYK
RGB Variations
Color information
#C8E952 (or 0xC8E952) is known color: Conifer. HEX triplet: C8, E9 and 52. RGB value is (200,233,82). Sum of RGB (Red+Green+Blue) = 200+233+82=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E952 is #3716AD. Grayscale: #CECECE. Windows color (decimal): -3610286 or 5433800. OLE color: 5433800.
HSL color Cylindrical-coordinate representation of color #C8E952: hue angle of 73.11º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8E952 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 82 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.09 |
| HSL | 73.11º | 0.77% | 0.62% | - |
| HSV(B) | 73.11º | 0.65% | 0.91% | - |
| XYZ | 54.48 | 71.17 | 18.85 | - |
| YUV | 205.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 82 | 0.14 | 0 | 0.65 | 0.09 | 73.11 | 0.77 | 0.62 |
| Hex | C8 | E9 | 52 | E | 0 | 41 | 9 | 49 | 4D | 3E |
| Octal | 310 | 351 | 122 | 16 | 0 | 101 | 11 | 111 | 115 | 76 |
| Binary | 11001000 | 11101001 | 1010010 | 1110 | 0 | 1000001 | 1001 | 1001001 | 1001101 | 111110 |
Color Harmonies of #C8E952
Complementary color
Monochromatic Colors of #C8E952
Black with #C8E952
Text Example
Text Example
White with #C8E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E952; }
p { color: rgb(200,233,82); }
H1.HeaderClassName
{
color: #C8E952;
}
.AnyTagClassName
{
color: #C8E952;
}
</style>
background-color css
<style>
a { background-color: #C8E952; }
a { background-color: rgb(200,233,82); }
div.DivClassName
{
background-color: #C8E952;
}
.BgClassName
{
background-color: #C8E952;
}
</style>
border-color css
<style>
span { border-color: #C8E952; }
span { border-color: rgb(200,233,82); }
td.TdClassName
{
border-color: #C8E952;
}
.TagClassName
{
border-color: #C8E952;
}
</style>