Shades of Conifer #C0F05F
Tints of Conifer #C0F05F
RGB
CMYK
RGB Variations
Color information
#C0F05F (or 0xC0F05F) is known color: Conifer. HEX triplet: C0, F0 and 5F. RGB value is (192,240,95). Sum of RGB (Red+Green+Blue) = 192+240+95=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F05F is #3F0FA0. Grayscale: #D1D1D1. Windows color (decimal): -4132769 or 6287552. OLE color: 6287552.
HSL color Cylindrical-coordinate representation of color #C0F05F: hue angle of 79.86º 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 #C0F05F is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 95 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.06 |
| HSL | 79.86º | 0.83% | 0.66% | - |
| HSV(B) | 79.86º | 0.6% | 0.94% | - |
| XYZ | 54.96 | 74.35 | 22.28 | - |
| YUV | 209.12 | 63.6 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 95 | 0.20 | 0 | 0.60 | 0.06 | 79.86 | 0.83 | 0.66 |
| Hex | C0 | F0 | 5F | 14 | 0 | 3C | 6 | 50 | 53 | 42 |
| Octal | 300 | 360 | 137 | 24 | 0 | 74 | 6 | 120 | 123 | 102 |
| Binary | 11000000 | 11110000 | 1011111 | 10100 | 0 | 111100 | 110 | 1010000 | 1010011 | 1000010 |
Color Harmonies of #C0F05F
Complementary color
Monochromatic Colors of #C0F05F
Black with #C0F05F
Text Example
Text Example
White with #C0F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F05F; }
p { color: rgb(192,240,95); }
H1.HeaderClassName
{
color: #C0F05F;
}
.AnyTagClassName
{
color: #C0F05F;
}
</style>
background-color css
<style>
a { background-color: #C0F05F; }
a { background-color: rgb(192,240,95); }
div.DivClassName
{
background-color: #C0F05F;
}
.BgClassName
{
background-color: #C0F05F;
}
</style>
border-color css
<style>
span { border-color: #C0F05F; }
span { border-color: rgb(192,240,95); }
td.TdClassName
{
border-color: #C0F05F;
}
.TagClassName
{
border-color: #C0F05F;
}
</style>