Shades of Conifer #C0ED59
Tints of Conifer #C0ED59
RGB
CMYK
RGB Variations
Color information
#C0ED59 (or 0xC0ED59) is known color: Conifer. HEX triplet: C0, ED and 59. RGB value is (192,237,89). Sum of RGB (Red+Green+Blue) = 192+237+89=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0ED59 is #3F12A6. Grayscale: #CFCFCF. Windows color (decimal): -4133543 or 5893568. OLE color: 5893568.
HSL color Cylindrical-coordinate representation of color #C0ED59: hue angle of 78.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0ED59 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 89 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.07 |
| HSL | 78.24º | 0.8% | 0.64% | - |
| HSV(B) | 78.24º | 0.62% | 0.93% | - |
| XYZ | 53.83 | 72.5 | 20.61 | - |
| YUV | 206.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 89 | 0.19 | 0 | 0.62 | 0.07 | 78.24 | 0.8 | 0.64 |
| Hex | C0 | ED | 59 | 13 | 0 | 3E | 7 | 4E | 50 | 40 |
| Octal | 300 | 355 | 131 | 23 | 0 | 76 | 7 | 116 | 120 | 100 |
| Binary | 11000000 | 11101101 | 1011001 | 10011 | 0 | 111110 | 111 | 1001110 | 1010000 | 1000000 |
Color Harmonies of #C0ED59
Complementary color
Monochromatic Colors of #C0ED59
Black with #C0ED59
Text Example
Text Example
White with #C0ED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED59; }
p { color: rgb(192,237,89); }
H1.HeaderClassName
{
color: #C0ED59;
}
.AnyTagClassName
{
color: #C0ED59;
}
</style>
background-color css
<style>
a { background-color: #C0ED59; }
a { background-color: rgb(192,237,89); }
div.DivClassName
{
background-color: #C0ED59;
}
.BgClassName
{
background-color: #C0ED59;
}
</style>
border-color css
<style>
span { border-color: #C0ED59; }
span { border-color: rgb(192,237,89); }
td.TdClassName
{
border-color: #C0ED59;
}
.TagClassName
{
border-color: #C0ED59;
}
</style>