Shades of Conifer #C0F050
Tints of Conifer #C0F050
RGB
CMYK
RGB Variations
Color information
#C0F050 (or 0xC0F050) is known color: Conifer. HEX triplet: C0, F0 and 50. RGB value is (192,240,80). Sum of RGB (Red+Green+Blue) = 192+240+80=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F050 is #3F0FAF. Grayscale: #D0D0D0. Windows color (decimal): -4132784 or 5304512. OLE color: 5304512.
HSL color Cylindrical-coordinate representation of color #C0F050: hue angle of 78º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0F050 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 80 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.06 |
| HSL | 78º | 0.84% | 0.63% | - |
| HSV(B) | 78º | 0.67% | 0.94% | - |
| XYZ | 54.35 | 74.11 | 19.03 | - |
| YUV | 207.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 80 | 0.20 | 0 | 0.67 | 0.06 | 78 | 0.84 | 0.63 |
| Hex | C0 | F0 | 50 | 14 | 0 | 43 | 6 | 4E | 54 | 3F |
| Octal | 300 | 360 | 120 | 24 | 0 | 103 | 6 | 116 | 124 | 77 |
| Binary | 11000000 | 11110000 | 1010000 | 10100 | 0 | 1000011 | 110 | 1001110 | 1010100 | 111111 |
Color Harmonies of #C0F050
Complementary color
Monochromatic Colors of #C0F050
Black with #C0F050
Text Example
Text Example
White with #C0F050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F050; }
p { color: rgb(192,240,80); }
H1.HeaderClassName
{
color: #C0F050;
}
.AnyTagClassName
{
color: #C0F050;
}
</style>
background-color css
<style>
a { background-color: #C0F050; }
a { background-color: rgb(192,240,80); }
div.DivClassName
{
background-color: #C0F050;
}
.BgClassName
{
background-color: #C0F050;
}
</style>
border-color css
<style>
span { border-color: #C0F050; }
span { border-color: rgb(192,240,80); }
td.TdClassName
{
border-color: #C0F050;
}
.TagClassName
{
border-color: #C0F050;
}
</style>