Shades of Conifer #C0E660
Tints of Conifer #C0E660
RGB
CMYK
RGB Variations
Color information
#C0E660 (or 0xC0E660) is known color: Conifer. HEX triplet: C0, E6 and 60. RGB value is (192,230,96). Sum of RGB (Red+Green+Blue) = 192+230+96=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E660 is #3F199F. Grayscale: #CBCBCB. Windows color (decimal): -4135328 or 6350528. OLE color: 6350528.
HSL color Cylindrical-coordinate representation of color #C0E660: hue angle of 77.01º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0E660 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 96 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.10 |
| HSL | 77.01º | 0.73% | 0.64% | - |
| HSV(B) | 77.01º | 0.58% | 0.9% | - |
| XYZ | 52.15 | 68.64 | 21.57 | - |
| YUV | 203.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 96 | 0.17 | 0 | 0.58 | 0.10 | 77.01 | 0.73 | 0.64 |
| Hex | C0 | E6 | 60 | 11 | 0 | 3A | A | 4D | 49 | 40 |
| Octal | 300 | 346 | 140 | 21 | 0 | 72 | 12 | 115 | 111 | 100 |
| Binary | 11000000 | 11100110 | 1100000 | 10001 | 0 | 111010 | 1010 | 1001101 | 1001001 | 1000000 |
Color Harmonies of #C0E660
Complementary color
Monochromatic Colors of #C0E660
Black with #C0E660
Text Example
Text Example
White with #C0E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E660; }
p { color: rgb(192,230,96); }
H1.HeaderClassName
{
color: #C0E660;
}
.AnyTagClassName
{
color: #C0E660;
}
</style>
background-color css
<style>
a { background-color: #C0E660; }
a { background-color: rgb(192,230,96); }
div.DivClassName
{
background-color: #C0E660;
}
.BgClassName
{
background-color: #C0E660;
}
</style>
border-color css
<style>
span { border-color: #C0E660; }
span { border-color: rgb(192,230,96); }
td.TdClassName
{
border-color: #C0E660;
}
.TagClassName
{
border-color: #C0E660;
}
</style>