Shades of Conifer #C0F046
Tints of Conifer #C0F046
RGB
CMYK
RGB Variations
Color information
#C0F046 (or 0xC0F046) is known color: Conifer. HEX triplet: C0, F0 and 46. RGB value is (192,240,70). Sum of RGB (Red+Green+Blue) = 192+240+70=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F046 is #3F0FB9. Grayscale: #CECECE. Windows color (decimal): -4132794 or 4649152. OLE color: 4649152.
HSL color Cylindrical-coordinate representation of color #C0F046: hue angle of 76.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0F046 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 70 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.06 |
| HSL | 76.94º | 0.85% | 0.61% | - |
| HSV(B) | 76.94º | 0.71% | 0.94% | - |
| XYZ | 54 | 73.97 | 17.23 | - |
| YUV | 206.27 | 51.1 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 70 | 0.20 | 0 | 0.71 | 0.06 | 76.94 | 0.85 | 0.61 |
| Hex | C0 | F0 | 46 | 14 | 0 | 47 | 6 | 4D | 55 | 3D |
| Octal | 300 | 360 | 106 | 24 | 0 | 107 | 6 | 115 | 125 | 75 |
| Binary | 11000000 | 11110000 | 1000110 | 10100 | 0 | 1000111 | 110 | 1001101 | 1010101 | 111101 |
Color Harmonies of #C0F046
Complementary color
Monochromatic Colors of #C0F046
Black with #C0F046
Text Example
Text Example
White with #C0F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F046; }
p { color: rgb(192,240,70); }
H1.HeaderClassName
{
color: #C0F046;
}
.AnyTagClassName
{
color: #C0F046;
}
</style>
background-color css
<style>
a { background-color: #C0F046; }
a { background-color: rgb(192,240,70); }
div.DivClassName
{
background-color: #C0F046;
}
.BgClassName
{
background-color: #C0F046;
}
</style>
border-color css
<style>
span { border-color: #C0F046; }
span { border-color: rgb(192,240,70); }
td.TdClassName
{
border-color: #C0F046;
}
.TagClassName
{
border-color: #C0F046;
}
</style>