Shades of Conifer #C2E852
Tints of Conifer #C2E852
RGB
CMYK
RGB Variations
Color information
#C2E852 (or 0xC2E852) is known color: Conifer. HEX triplet: C2, E8 and 52. RGB value is (194,232,82). Sum of RGB (Red+Green+Blue) = 194+232+82=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E852 is #3D17AD. Grayscale: #CCCCCC. Windows color (decimal): -4003758 or 5433538. OLE color: 5433538.
HSL color Cylindrical-coordinate representation of color #C2E852: hue angle of 75.2º 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 #C2E852 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 82 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.09 |
| HSL | 75.2º | 0.77% | 0.62% | - |
| HSV(B) | 75.2º | 0.65% | 0.91% | - |
| XYZ | 52.63 | 69.79 | 18.68 | - |
| YUV | 203.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 82 | 0.16 | 0 | 0.65 | 0.09 | 75.2 | 0.77 | 0.62 |
| Hex | C2 | E8 | 52 | 10 | 0 | 41 | 9 | 4B | 4D | 3E |
| Octal | 302 | 350 | 122 | 20 | 0 | 101 | 11 | 113 | 115 | 76 |
| Binary | 11000010 | 11101000 | 1010010 | 10000 | 0 | 1000001 | 1001 | 1001011 | 1001101 | 111110 |
Color Harmonies of #C2E852
Complementary color
Monochromatic Colors of #C2E852
Black with #C2E852
Text Example
Text Example
White with #C2E852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E852; }
p { color: rgb(194,232,82); }
H1.HeaderClassName
{
color: #C2E852;
}
.AnyTagClassName
{
color: #C2E852;
}
</style>
background-color css
<style>
a { background-color: #C2E852; }
a { background-color: rgb(194,232,82); }
div.DivClassName
{
background-color: #C2E852;
}
.BgClassName
{
background-color: #C2E852;
}
</style>
border-color css
<style>
span { border-color: #C2E852; }
span { border-color: rgb(194,232,82); }
td.TdClassName
{
border-color: #C2E852;
}
.TagClassName
{
border-color: #C2E852;
}
</style>