Shades of Conifer #C8E352
Tints of Conifer #C8E352
RGB
CMYK
RGB Variations
Color information
#C8E352 (or 0xC8E352) is known color: Conifer. HEX triplet: C8, E3 and 52. RGB value is (200,227,82). Sum of RGB (Red+Green+Blue) = 200+227+82=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E352 is #371CAD. Grayscale: #CACACA. Windows color (decimal): -3611822 or 5432264. OLE color: 5432264.
HSL color Cylindrical-coordinate representation of color #C8E352: hue angle of 71.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8E352 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 82 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.11 |
| HSL | 71.17º | 0.72% | 0.61% | - |
| HSV(B) | 71.17º | 0.64% | 0.89% | - |
| XYZ | 52.81 | 67.83 | 18.29 | - |
| YUV | 202.4 | 60.05 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 82 | 0.12 | 0 | 0.64 | 0.11 | 71.17 | 0.72 | 0.61 |
| Hex | C8 | E3 | 52 | C | 0 | 40 | B | 47 | 48 | 3D |
| Octal | 310 | 343 | 122 | 14 | 0 | 100 | 13 | 107 | 110 | 75 |
| Binary | 11001000 | 11100011 | 1010010 | 1100 | 0 | 1000000 | 1011 | 1000111 | 1001000 | 111101 |
Color Harmonies of #C8E352
Complementary color
Monochromatic Colors of #C8E352
Black with #C8E352
Text Example
Text Example
White with #C8E352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E352; }
p { color: rgb(200,227,82); }
H1.HeaderClassName
{
color: #C8E352;
}
.AnyTagClassName
{
color: #C8E352;
}
</style>
background-color css
<style>
a { background-color: #C8E352; }
a { background-color: rgb(200,227,82); }
div.DivClassName
{
background-color: #C8E352;
}
.BgClassName
{
background-color: #C8E352;
}
</style>
border-color css
<style>
span { border-color: #C8E352; }
span { border-color: rgb(200,227,82); }
td.TdClassName
{
border-color: #C8E352;
}
.TagClassName
{
border-color: #C8E352;
}
</style>