Shades of Conifer #C2EE60
Tints of Conifer #C2EE60
RGB
CMYK
RGB Variations
Color information
#C2EE60 (or 0xC2EE60) is known color: Conifer. HEX triplet: C2, EE and 60. RGB value is (194,238,96). Sum of RGB (Red+Green+Blue) = 194+238+96=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EE60 is #3D119F. Grayscale: #D1D1D1. Windows color (decimal): -4002208 or 6352578. OLE color: 6352578.
HSL color Cylindrical-coordinate representation of color #C2EE60: hue angle of 78.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2EE60 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 96 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.07 |
| HSL | 78.59º | 0.81% | 0.65% | - |
| HSV(B) | 78.59º | 0.6% | 0.93% | - |
| XYZ | 54.93 | 73.46 | 22.35 | - |
| YUV | 208.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 96 | 0.18 | 0 | 0.60 | 0.07 | 78.59 | 0.81 | 0.65 |
| Hex | C2 | EE | 60 | 12 | 0 | 3C | 7 | 4F | 51 | 41 |
| Octal | 302 | 356 | 140 | 22 | 0 | 74 | 7 | 117 | 121 | 101 |
| Binary | 11000010 | 11101110 | 1100000 | 10010 | 0 | 111100 | 111 | 1001111 | 1010001 | 1000001 |
Color Harmonies of #C2EE60
Complementary color
Monochromatic Colors of #C2EE60
Black with #C2EE60
Text Example
Text Example
White with #C2EE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE60; }
p { color: rgb(194,238,96); }
H1.HeaderClassName
{
color: #C2EE60;
}
.AnyTagClassName
{
color: #C2EE60;
}
</style>
background-color css
<style>
a { background-color: #C2EE60; }
a { background-color: rgb(194,238,96); }
div.DivClassName
{
background-color: #C2EE60;
}
.BgClassName
{
background-color: #C2EE60;
}
</style>
border-color css
<style>
span { border-color: #C2EE60; }
span { border-color: rgb(194,238,96); }
td.TdClassName
{
border-color: #C2EE60;
}
.TagClassName
{
border-color: #C2EE60;
}
</style>