Shades of Conifer #C2E462
Tints of Conifer #C2E462
RGB
CMYK
RGB Variations
Color information
#C2E462 (or 0xC2E462) is known color: Conifer. HEX triplet: C2, E4 and 62. RGB value is (194,228,98). Sum of RGB (Red+Green+Blue) = 194+228+98=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E462 is #3D1B9D. Grayscale: #CBCBCB. Windows color (decimal): -4004766 or 6481090. OLE color: 6481090.
HSL color Cylindrical-coordinate representation of color #C2E462: hue angle of 75.69º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2E462 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 98 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.11 |
| HSL | 75.69º | 0.71% | 0.64% | - |
| HSV(B) | 75.69º | 0.57% | 0.89% | - |
| XYZ | 52.2 | 67.84 | 21.9 | - |
| YUV | 203.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 98 | 0.15 | 0 | 0.57 | 0.11 | 75.69 | 0.71 | 0.64 |
| Hex | C2 | E4 | 62 | F | 0 | 39 | B | 4C | 47 | 40 |
| Octal | 302 | 344 | 142 | 17 | 0 | 71 | 13 | 114 | 107 | 100 |
| Binary | 11000010 | 11100100 | 1100010 | 1111 | 0 | 111001 | 1011 | 1001100 | 1000111 | 1000000 |
Color Harmonies of #C2E462
Complementary color
Monochromatic Colors of #C2E462
Black with #C2E462
Text Example
Text Example
White with #C2E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E462; }
p { color: rgb(194,228,98); }
H1.HeaderClassName
{
color: #C2E462;
}
.AnyTagClassName
{
color: #C2E462;
}
</style>
background-color css
<style>
a { background-color: #C2E462; }
a { background-color: rgb(194,228,98); }
div.DivClassName
{
background-color: #C2E462;
}
.BgClassName
{
background-color: #C2E462;
}
</style>
border-color css
<style>
span { border-color: #C2E462; }
span { border-color: rgb(194,228,98); }
td.TdClassName
{
border-color: #C2E462;
}
.TagClassName
{
border-color: #C2E462;
}
</style>