Shades of Conifer #C2EB60
Tints of Conifer #C2EB60
RGB
CMYK
RGB Variations
Color information
#C2EB60 (or 0xC2EB60) is known color: Conifer. HEX triplet: C2, EB and 60. RGB value is (194,235,96). Sum of RGB (Red+Green+Blue) = 194+235+96=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB60 is #3D149F. Grayscale: #CFCFCF. Windows color (decimal): -4002976 or 6351810. OLE color: 6351810.
HSL color Cylindrical-coordinate representation of color #C2EB60: hue angle of 77.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2EB60 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 96 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.08 |
| HSL | 77.7º | 0.78% | 0.65% | - |
| HSV(B) | 77.7º | 0.59% | 0.92% | - |
| XYZ | 54.07 | 71.73 | 22.06 | - |
| YUV | 206.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 96 | 0.17 | 0 | 0.59 | 0.08 | 77.7 | 0.78 | 0.65 |
| Hex | C2 | EB | 60 | 11 | 0 | 3B | 8 | 4E | 4E | 41 |
| Octal | 302 | 353 | 140 | 21 | 0 | 73 | 10 | 116 | 116 | 101 |
| Binary | 11000010 | 11101011 | 1100000 | 10001 | 0 | 111011 | 1000 | 1001110 | 1001110 | 1000001 |
Color Harmonies of #C2EB60
Complementary color
Monochromatic Colors of #C2EB60
Black with #C2EB60
Text Example
Text Example
White with #C2EB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB60; }
p { color: rgb(194,235,96); }
H1.HeaderClassName
{
color: #C2EB60;
}
.AnyTagClassName
{
color: #C2EB60;
}
</style>
background-color css
<style>
a { background-color: #C2EB60; }
a { background-color: rgb(194,235,96); }
div.DivClassName
{
background-color: #C2EB60;
}
.BgClassName
{
background-color: #C2EB60;
}
</style>
border-color css
<style>
span { border-color: #C2EB60; }
span { border-color: rgb(194,235,96); }
td.TdClassName
{
border-color: #C2EB60;
}
.TagClassName
{
border-color: #C2EB60;
}
</style>