Shades of Conifer #C0F061
Tints of Conifer #C0F061
RGB
CMYK
RGB Variations
Color information
#C0F061 (or 0xC0F061) is known color: Conifer. HEX triplet: C0, F0 and 61. RGB value is (192,240,97). Sum of RGB (Red+Green+Blue) = 192+240+97=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F061 is #3F0F9E. Grayscale: #D1D1D1. Windows color (decimal): -4132767 or 6418624. OLE color: 6418624.
HSL color Cylindrical-coordinate representation of color #C0F061: hue angle of 80.14º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0F061 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 97 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.06 |
| HSL | 80.14º | 0.83% | 0.66% | - |
| HSV(B) | 80.14º | 0.6% | 0.94% | - |
| XYZ | 55.06 | 74.39 | 22.77 | - |
| YUV | 209.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 97 | 0.20 | 0 | 0.60 | 0.06 | 80.14 | 0.83 | 0.66 |
| Hex | C0 | F0 | 61 | 14 | 0 | 3C | 6 | 50 | 53 | 42 |
| Octal | 300 | 360 | 141 | 24 | 0 | 74 | 6 | 120 | 123 | 102 |
| Binary | 11000000 | 11110000 | 1100001 | 10100 | 0 | 111100 | 110 | 1010000 | 1010011 | 1000010 |
Color Harmonies of #C0F061
Complementary color
Monochromatic Colors of #C0F061
Black with #C0F061
Text Example
Text Example
White with #C0F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F061; }
p { color: rgb(192,240,97); }
H1.HeaderClassName
{
color: #C0F061;
}
.AnyTagClassName
{
color: #C0F061;
}
</style>
background-color css
<style>
a { background-color: #C0F061; }
a { background-color: rgb(192,240,97); }
div.DivClassName
{
background-color: #C0F061;
}
.BgClassName
{
background-color: #C0F061;
}
</style>
border-color css
<style>
span { border-color: #C0F061; }
span { border-color: rgb(192,240,97); }
td.TdClassName
{
border-color: #C0F061;
}
.TagClassName
{
border-color: #C0F061;
}
</style>