Shades of Conifer #C2E862
Tints of Conifer #C2E862
RGB
CMYK
RGB Variations
Color information
#C2E862 (or 0xC2E862) is known color: Conifer. HEX triplet: C2, E8 and 62. RGB value is (194,232,98). Sum of RGB (Red+Green+Blue) = 194+232+98=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E862 is #3D179D. Grayscale: #CDCDCD. Windows color (decimal): -4003742 or 6482114. OLE color: 6482114.
HSL color Cylindrical-coordinate representation of color #C2E862: hue angle of 77.01º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E862 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 98 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.09 |
| HSL | 77.01º | 0.74% | 0.65% | - |
| HSV(B) | 77.01º | 0.58% | 0.91% | - |
| XYZ | 53.31 | 70.06 | 22.27 | - |
| YUV | 205.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 98 | 0.16 | 0 | 0.58 | 0.09 | 77.01 | 0.74 | 0.65 |
| Hex | C2 | E8 | 62 | 10 | 0 | 3A | 9 | 4D | 4A | 41 |
| Octal | 302 | 350 | 142 | 20 | 0 | 72 | 11 | 115 | 112 | 101 |
| Binary | 11000010 | 11101000 | 1100010 | 10000 | 0 | 111010 | 1001 | 1001101 | 1001010 | 1000001 |
Color Harmonies of #C2E862
Complementary color
Monochromatic Colors of #C2E862
Black with #C2E862
Text Example
Text Example
White with #C2E862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E862; }
p { color: rgb(194,232,98); }
H1.HeaderClassName
{
color: #C2E862;
}
.AnyTagClassName
{
color: #C2E862;
}
</style>
background-color css
<style>
a { background-color: #C2E862; }
a { background-color: rgb(194,232,98); }
div.DivClassName
{
background-color: #C2E862;
}
.BgClassName
{
background-color: #C2E862;
}
</style>
border-color css
<style>
span { border-color: #C2E862; }
span { border-color: rgb(194,232,98); }
td.TdClassName
{
border-color: #C2E862;
}
.TagClassName
{
border-color: #C2E862;
}
</style>