Shades of Conifer #C2E952
Tints of Conifer #C2E952
RGB
CMYK
RGB Variations
Color information
#C2E952 (or 0xC2E952) is known color: Conifer. HEX triplet: C2, E9 and 52. RGB value is (194,233,82). Sum of RGB (Red+Green+Blue) = 194+233+82=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E952 is #3D16AD. Grayscale: #CCCCCC. Windows color (decimal): -4003502 or 5433794. OLE color: 5433794.
HSL color Cylindrical-coordinate representation of color #C2E952: hue angle of 75.5º 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 #C2E952 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 82 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.09 |
| HSL | 75.5º | 0.77% | 0.62% | - |
| HSV(B) | 75.5º | 0.65% | 0.91% | - |
| XYZ | 52.91 | 70.36 | 18.77 | - |
| YUV | 204.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 82 | 0.17 | 0 | 0.65 | 0.09 | 75.5 | 0.77 | 0.62 |
| Hex | C2 | E9 | 52 | 11 | 0 | 41 | 9 | 4B | 4D | 3E |
| Octal | 302 | 351 | 122 | 21 | 0 | 101 | 11 | 113 | 115 | 76 |
| Binary | 11000010 | 11101001 | 1010010 | 10001 | 0 | 1000001 | 1001 | 1001011 | 1001101 | 111110 |
Color Harmonies of #C2E952
Complementary color
Monochromatic Colors of #C2E952
Black with #C2E952
Text Example
Text Example
White with #C2E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E952; }
p { color: rgb(194,233,82); }
H1.HeaderClassName
{
color: #C2E952;
}
.AnyTagClassName
{
color: #C2E952;
}
</style>
background-color css
<style>
a { background-color: #C2E952; }
a { background-color: rgb(194,233,82); }
div.DivClassName
{
background-color: #C2E952;
}
.BgClassName
{
background-color: #C2E952;
}
</style>
border-color css
<style>
span { border-color: #C2E952; }
span { border-color: rgb(194,233,82); }
td.TdClassName
{
border-color: #C2E952;
}
.TagClassName
{
border-color: #C2E952;
}
</style>