Shades of Conifer #C2E460
Tints of Conifer #C2E460
RGB
CMYK
RGB Variations
Color information
#C2E460 (or 0xC2E460) is known color: Conifer. HEX triplet: C2, E4 and 60. RGB value is (194,228,96). Sum of RGB (Red+Green+Blue) = 194+228+96=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E460 is #3D1B9F. Grayscale: #CBCBCB. Windows color (decimal): -4004768 or 6350018. OLE color: 6350018.
HSL color Cylindrical-coordinate representation of color #C2E460: hue angle of 75.45º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E460 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 96 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 75.45º | 0.71% | 0.64% | - |
| HSV(B) | 75.45º | 0.58% | 0.89% | - |
| XYZ | 52.1 | 67.8 | 21.41 | - |
| YUV | 202.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 96 | 0.15 | 0 | 0.58 | 0.11 | 75.45 | 0.71 | 0.64 |
| Hex | C2 | E4 | 60 | F | 0 | 3A | B | 4B | 47 | 40 |
| Octal | 302 | 344 | 140 | 17 | 0 | 72 | 13 | 113 | 107 | 100 |
| Binary | 11000010 | 11100100 | 1100000 | 1111 | 0 | 111010 | 1011 | 1001011 | 1000111 | 1000000 |
Color Harmonies of #C2E460
Complementary color
Monochromatic Colors of #C2E460
Black with #C2E460
Text Example
Text Example
White with #C2E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E460; }
p { color: rgb(194,228,96); }
H1.HeaderClassName
{
color: #C2E460;
}
.AnyTagClassName
{
color: #C2E460;
}
</style>
background-color css
<style>
a { background-color: #C2E460; }
a { background-color: rgb(194,228,96); }
div.DivClassName
{
background-color: #C2E460;
}
.BgClassName
{
background-color: #C2E460;
}
</style>
border-color css
<style>
span { border-color: #C2E460; }
span { border-color: rgb(194,228,96); }
td.TdClassName
{
border-color: #C2E460;
}
.TagClassName
{
border-color: #C2E460;
}
</style>