Shades of Conifer #C0F059
Tints of Conifer #C0F059
RGB
CMYK
RGB Variations
Color information
#C0F059 (or 0xC0F059) is known color: Conifer. HEX triplet: C0, F0 and 59. RGB value is (192,240,89). Sum of RGB (Red+Green+Blue) = 192+240+89=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F059 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F059 is #3F0FA6. Grayscale: #D0D0D0. Windows color (decimal): -4132775 or 5894336. OLE color: 5894336.
HSL color Cylindrical-coordinate representation of color #C0F059: hue angle of 79.07º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F059 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 89 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.06 |
| HSL | 79.07º | 0.83% | 0.65% | - |
| HSV(B) | 79.07º | 0.63% | 0.94% | - |
| XYZ | 54.7 | 74.25 | 20.9 | - |
| YUV | 208.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 89 | 0.20 | 0 | 0.63 | 0.06 | 79.07 | 0.83 | 0.65 |
| Hex | C0 | F0 | 59 | 14 | 0 | 3F | 6 | 4F | 53 | 41 |
| Octal | 300 | 360 | 131 | 24 | 0 | 77 | 6 | 117 | 123 | 101 |
| Binary | 11000000 | 11110000 | 1011001 | 10100 | 0 | 111111 | 110 | 1001111 | 1010011 | 1000001 |
Color Harmonies of #C0F059
Complementary color
Monochromatic Colors of #C0F059
Black with #C0F059
Text Example
Text Example
White with #C0F059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F059; }
p { color: rgb(192,240,89); }
H1.HeaderClassName
{
color: #C0F059;
}
.AnyTagClassName
{
color: #C0F059;
}
</style>
background-color css
<style>
a { background-color: #C0F059; }
a { background-color: rgb(192,240,89); }
div.DivClassName
{
background-color: #C0F059;
}
.BgClassName
{
background-color: #C0F059;
}
</style>
border-color css
<style>
span { border-color: #C0F059; }
span { border-color: rgb(192,240,89); }
td.TdClassName
{
border-color: #C0F059;
}
.TagClassName
{
border-color: #C0F059;
}
</style>