Shades of Conifer #C0E260
Tints of Conifer #C0E260
RGB
CMYK
RGB Variations
Color information
#C0E260 (or 0xC0E260) is known color: Conifer. HEX triplet: C0, E2 and 60. RGB value is (192,226,96). Sum of RGB (Red+Green+Blue) = 192+226+96=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E260 is #3F1D9F. Grayscale: #C9C9C9. Windows color (decimal): -4136352 or 6349504. OLE color: 6349504.
HSL color Cylindrical-coordinate representation of color #C0E260: hue angle of 75.69º degrees, saturation: 0.69, 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 #C0E260 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 96 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 75.69º | 0.69% | 0.63% | - |
| HSV(B) | 75.69º | 0.58% | 0.89% | - |
| XYZ | 51.05 | 66.44 | 21.2 | - |
| YUV | 201.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 96 | 0.15 | 0 | 0.58 | 0.11 | 75.69 | 0.69 | 0.63 |
| Hex | C0 | E2 | 60 | F | 0 | 3A | B | 4C | 45 | 3F |
| Octal | 300 | 342 | 140 | 17 | 0 | 72 | 13 | 114 | 105 | 77 |
| Binary | 11000000 | 11100010 | 1100000 | 1111 | 0 | 111010 | 1011 | 1001100 | 1000101 | 111111 |
Color Harmonies of #C0E260
Complementary color
Monochromatic Colors of #C0E260
Black with #C0E260
Text Example
Text Example
White with #C0E260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E260; }
p { color: rgb(192,226,96); }
H1.HeaderClassName
{
color: #C0E260;
}
.AnyTagClassName
{
color: #C0E260;
}
</style>
background-color css
<style>
a { background-color: #C0E260; }
a { background-color: rgb(192,226,96); }
div.DivClassName
{
background-color: #C0E260;
}
.BgClassName
{
background-color: #C0E260;
}
</style>
border-color css
<style>
span { border-color: #C0E260; }
span { border-color: rgb(192,226,96); }
td.TdClassName
{
border-color: #C0E260;
}
.TagClassName
{
border-color: #C0E260;
}
</style>