Shades of Conifer #C2E360
Tints of Conifer #C2E360
RGB
CMYK
RGB Variations
Color information
#C2E360 (or 0xC2E360) is known color: Conifer. HEX triplet: C2, E3 and 60. RGB value is (194,227,96). Sum of RGB (Red+Green+Blue) = 194+227+96=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E360 is #3D1C9F. Grayscale: #CACACA. Windows color (decimal): -4005024 or 6349762. OLE color: 6349762.
HSL color Cylindrical-coordinate representation of color #C2E360: hue angle of 75.11º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E360 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 96 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 75.11º | 0.7% | 0.63% | - |
| HSV(B) | 75.11º | 0.58% | 0.89% | - |
| XYZ | 51.83 | 67.25 | 21.32 | - |
| YUV | 202.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 96 | 0.15 | 0 | 0.58 | 0.11 | 75.11 | 0.7 | 0.63 |
| Hex | C2 | E3 | 60 | F | 0 | 3A | B | 4B | 46 | 3F |
| Octal | 302 | 343 | 140 | 17 | 0 | 72 | 13 | 113 | 106 | 77 |
| Binary | 11000010 | 11100011 | 1100000 | 1111 | 0 | 111010 | 1011 | 1001011 | 1000110 | 111111 |
Color Harmonies of #C2E360
Complementary color
Monochromatic Colors of #C2E360
Black with #C2E360
Text Example
Text Example
White with #C2E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E360; }
p { color: rgb(194,227,96); }
H1.HeaderClassName
{
color: #C2E360;
}
.AnyTagClassName
{
color: #C2E360;
}
</style>
background-color css
<style>
a { background-color: #C2E360; }
a { background-color: rgb(194,227,96); }
div.DivClassName
{
background-color: #C2E360;
}
.BgClassName
{
background-color: #C2E360;
}
</style>
border-color css
<style>
span { border-color: #C2E360; }
span { border-color: rgb(194,227,96); }
td.TdClassName
{
border-color: #C2E360;
}
.TagClassName
{
border-color: #C2E360;
}
</style>