Shades of Conifer #C2E962
Tints of Conifer #C2E962
RGB
CMYK
RGB Variations
Color information
#C2E962 (or 0xC2E962) is known color: Conifer. HEX triplet: C2, E9 and 62. RGB value is (194,233,98). Sum of RGB (Red+Green+Blue) = 194+233+98=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E962 is #3D169D. Grayscale: #CECECE. Windows color (decimal): -4003486 or 6482370. OLE color: 6482370.
HSL color Cylindrical-coordinate representation of color #C2E962: hue angle of 77.33º degrees, saturation: 0.75, 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 #C2E962 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 98 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.09 |
| HSL | 77.33º | 0.75% | 0.65% | - |
| HSV(B) | 77.33º | 0.58% | 0.91% | - |
| XYZ | 53.59 | 70.63 | 22.36 | - |
| YUV | 205.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 98 | 0.17 | 0 | 0.58 | 0.09 | 77.33 | 0.75 | 0.65 |
| Hex | C2 | E9 | 62 | 11 | 0 | 3A | 9 | 4D | 4B | 41 |
| Octal | 302 | 351 | 142 | 21 | 0 | 72 | 11 | 115 | 113 | 101 |
| Binary | 11000010 | 11101001 | 1100010 | 10001 | 0 | 111010 | 1001 | 1001101 | 1001011 | 1000001 |
Color Harmonies of #C2E962
Complementary color
Monochromatic Colors of #C2E962
Black with #C2E962
Text Example
Text Example
White with #C2E962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E962; }
p { color: rgb(194,233,98); }
H1.HeaderClassName
{
color: #C2E962;
}
.AnyTagClassName
{
color: #C2E962;
}
</style>
background-color css
<style>
a { background-color: #C2E962; }
a { background-color: rgb(194,233,98); }
div.DivClassName
{
background-color: #C2E962;
}
.BgClassName
{
background-color: #C2E962;
}
</style>
border-color css
<style>
span { border-color: #C2E962; }
span { border-color: rgb(194,233,98); }
td.TdClassName
{
border-color: #C2E962;
}
.TagClassName
{
border-color: #C2E962;
}
</style>