Shades of Conifer #C0F05D
Tints of Conifer #C0F05D
RGB
CMYK
RGB Variations
Color information
#C0F05D (or 0xC0F05D) is known color: Conifer. HEX triplet: C0, F0 and 5D. RGB value is (192,240,93). Sum of RGB (Red+Green+Blue) = 192+240+93=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F05D is #3F0FA2. Grayscale: #D1D1D1. Windows color (decimal): -4132771 or 6156480. OLE color: 6156480.
HSL color Cylindrical-coordinate representation of color #C0F05D: hue angle of 79.59º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0F05D is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 93 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.06 |
| HSL | 79.59º | 0.83% | 0.65% | - |
| HSV(B) | 79.59º | 0.61% | 0.94% | - |
| XYZ | 54.87 | 74.32 | 21.81 | - |
| YUV | 208.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 93 | 0.20 | 0 | 0.61 | 0.06 | 79.59 | 0.83 | 0.65 |
| Hex | C0 | F0 | 5D | 14 | 0 | 3D | 6 | 50 | 53 | 41 |
| Octal | 300 | 360 | 135 | 24 | 0 | 75 | 6 | 120 | 123 | 101 |
| Binary | 11000000 | 11110000 | 1011101 | 10100 | 0 | 111101 | 110 | 1010000 | 1010011 | 1000001 |
Color Harmonies of #C0F05D
Complementary color
Monochromatic Colors of #C0F05D
Black with #C0F05D
Text Example
Text Example
White with #C0F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F05D; }
p { color: rgb(192,240,93); }
H1.HeaderClassName
{
color: #C0F05D;
}
.AnyTagClassName
{
color: #C0F05D;
}
</style>
background-color css
<style>
a { background-color: #C0F05D; }
a { background-color: rgb(192,240,93); }
div.DivClassName
{
background-color: #C0F05D;
}
.BgClassName
{
background-color: #C0F05D;
}
</style>
border-color css
<style>
span { border-color: #C0F05D; }
span { border-color: rgb(192,240,93); }
td.TdClassName
{
border-color: #C0F05D;
}
.TagClassName
{
border-color: #C0F05D;
}
</style>