Shades of Conifer #C2EE52
Tints of Conifer #C2EE52
RGB
CMYK
RGB Variations
Color information
#C2EE52 (or 0xC2EE52) is known color: Conifer. HEX triplet: C2, EE and 52. RGB value is (194,238,82). Sum of RGB (Red+Green+Blue) = 194+238+82=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EE52 is #3D11AD. Grayscale: #CFCFCF. Windows color (decimal): -4002222 or 5435074. OLE color: 5435074.
HSL color Cylindrical-coordinate representation of color #C2EE52: hue angle of 76.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2EE52 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 82 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.07 |
| HSL | 76.92º | 0.82% | 0.63% | - |
| HSV(B) | 76.92º | 0.66% | 0.93% | - |
| XYZ | 54.35 | 73.23 | 19.25 | - |
| YUV | 207.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 82 | 0.18 | 0 | 0.66 | 0.07 | 76.92 | 0.82 | 0.63 |
| Hex | C2 | EE | 52 | 12 | 0 | 42 | 7 | 4D | 52 | 3F |
| Octal | 302 | 356 | 122 | 22 | 0 | 102 | 7 | 115 | 122 | 77 |
| Binary | 11000010 | 11101110 | 1010010 | 10010 | 0 | 1000010 | 111 | 1001101 | 1010010 | 111111 |
Color Harmonies of #C2EE52
Complementary color
Monochromatic Colors of #C2EE52
Black with #C2EE52
Text Example
Text Example
White with #C2EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE52; }
p { color: rgb(194,238,82); }
H1.HeaderClassName
{
color: #C2EE52;
}
.AnyTagClassName
{
color: #C2EE52;
}
</style>
background-color css
<style>
a { background-color: #C2EE52; }
a { background-color: rgb(194,238,82); }
div.DivClassName
{
background-color: #C2EE52;
}
.BgClassName
{
background-color: #C2EE52;
}
</style>
border-color css
<style>
span { border-color: #C2EE52; }
span { border-color: rgb(194,238,82); }
td.TdClassName
{
border-color: #C2EE52;
}
.TagClassName
{
border-color: #C2EE52;
}
</style>