Shades of Conifer #C2ED60
Tints of Conifer #C2ED60
RGB
CMYK
RGB Variations
Color information
#C2ED60 (or 0xC2ED60) is known color: Conifer. HEX triplet: C2, ED and 60. RGB value is (194,237,96). Sum of RGB (Red+Green+Blue) = 194+237+96=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED60 is #3D129F. Grayscale: #D0D0D0. Windows color (decimal): -4002464 or 6352322. OLE color: 6352322.
HSL color Cylindrical-coordinate representation of color #C2ED60: hue angle of 78.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2ED60 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 96 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.07 |
| HSL | 78.3º | 0.8% | 0.65% | - |
| HSV(B) | 78.3º | 0.59% | 0.93% | - |
| XYZ | 54.64 | 72.88 | 22.25 | - |
| YUV | 208.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 96 | 0.18 | 0 | 0.59 | 0.07 | 78.3 | 0.8 | 0.65 |
| Hex | C2 | ED | 60 | 12 | 0 | 3B | 7 | 4E | 50 | 41 |
| Octal | 302 | 355 | 140 | 22 | 0 | 73 | 7 | 116 | 120 | 101 |
| Binary | 11000010 | 11101101 | 1100000 | 10010 | 0 | 111011 | 111 | 1001110 | 1010000 | 1000001 |
Color Harmonies of #C2ED60
Complementary color
Monochromatic Colors of #C2ED60
Black with #C2ED60
Text Example
Text Example
White with #C2ED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED60; }
p { color: rgb(194,237,96); }
H1.HeaderClassName
{
color: #C2ED60;
}
.AnyTagClassName
{
color: #C2ED60;
}
</style>
background-color css
<style>
a { background-color: #C2ED60; }
a { background-color: rgb(194,237,96); }
div.DivClassName
{
background-color: #C2ED60;
}
.BgClassName
{
background-color: #C2ED60;
}
</style>
border-color css
<style>
span { border-color: #C2ED60; }
span { border-color: rgb(194,237,96); }
td.TdClassName
{
border-color: #C2ED60;
}
.TagClassName
{
border-color: #C2ED60;
}
</style>