Shades of Conifer #C2EE62
Tints of Conifer #C2EE62
RGB
CMYK
RGB Variations
Color information
#C2EE62 (or 0xC2EE62) is known color: Conifer. HEX triplet: C2, EE and 62. RGB value is (194,238,98). Sum of RGB (Red+Green+Blue) = 194+238+98=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EE62 is #3D119D. Grayscale: #D1D1D1. Windows color (decimal): -4002206 or 6483650. OLE color: 6483650.
HSL color Cylindrical-coordinate representation of color #C2EE62: hue angle of 78.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2EE62 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 98 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.07 |
| HSL | 78.86º | 0.8% | 0.66% | - |
| HSV(B) | 78.86º | 0.59% | 0.93% | - |
| XYZ | 55.03 | 73.5 | 22.84 | - |
| YUV | 208.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 98 | 0.18 | 0 | 0.59 | 0.07 | 78.86 | 0.8 | 0.66 |
| Hex | C2 | EE | 62 | 12 | 0 | 3B | 7 | 4F | 50 | 42 |
| Octal | 302 | 356 | 142 | 22 | 0 | 73 | 7 | 117 | 120 | 102 |
| Binary | 11000010 | 11101110 | 1100010 | 10010 | 0 | 111011 | 111 | 1001111 | 1010000 | 1000010 |
Color Harmonies of #C2EE62
Complementary color
Monochromatic Colors of #C2EE62
Black with #C2EE62
Text Example
Text Example
White with #C2EE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE62; }
p { color: rgb(194,238,98); }
H1.HeaderClassName
{
color: #C2EE62;
}
.AnyTagClassName
{
color: #C2EE62;
}
</style>
background-color css
<style>
a { background-color: #C2EE62; }
a { background-color: rgb(194,238,98); }
div.DivClassName
{
background-color: #C2EE62;
}
.BgClassName
{
background-color: #C2EE62;
}
</style>
border-color css
<style>
span { border-color: #C2EE62; }
span { border-color: rgb(194,238,98); }
td.TdClassName
{
border-color: #C2EE62;
}
.TagClassName
{
border-color: #C2EE62;
}
</style>