Shades of Medium Spring Green #04FFC0
Tints of Medium Spring Green #04FFC0
RGB
CMYK
RGB Variations
Color information
#04FFC0 (or 0x04FFC0) is known color: Medium Spring Green. HEX triplet: 04, FF and C0. RGB value is (4,255,192). Sum of RGB (Red+Green+Blue) = 4+255+192=451 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFC0 is #FB003F. Grayscale: #ACACAC. Windows color (decimal): -16449600 or 12648196. OLE color: 12648196.
HSL color Cylindrical-coordinate representation of color #04FFC0: hue angle of 164.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFC0 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 192 | - |
| CMYK | 0.98 | 0 | 0.25 | 0 |
| HSL | 164.94º | 1% | 0.51% | - |
| HSV(B) | 164.94º | 0.98% | 1% | - |
| XYZ | 45.32 | 75.35 | 62.02 | - |
| YUV | 172.77 | 138.84 | 7.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 192 | 0.98 | 0 | 0.25 | 0 | 164.94 | 1 | 0.51 |
| Hex | 4 | FF | C0 | 62 | 0 | 19 | 0 | A5 | 64 | 33 |
| Octal | 4 | 377 | 300 | 142 | 0 | 31 | 0 | 245 | 144 | 63 |
| Binary | 100 | 11111111 | 11000000 | 1100010 | 0 | 11001 | 0 | 10100101 | 1100100 | 110011 |
Color Harmonies of #04FFC0
Complementary color
Monochromatic Colors of #04FFC0
Black with #04FFC0
Text Example
Text Example
White with #04FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFC0; }
p { color: rgb(4,255,192); }
H1.HeaderClassName
{
color: #04FFC0;
}
.AnyTagClassName
{
color: #04FFC0;
}
</style>
background-color css
<style>
a { background-color: #04FFC0; }
a { background-color: rgb(4,255,192); }
div.DivClassName
{
background-color: #04FFC0;
}
.BgClassName
{
background-color: #04FFC0;
}
</style>
border-color css
<style>
span { border-color: #04FFC0; }
span { border-color: rgb(4,255,192); }
td.TdClassName
{
border-color: #04FFC0;
}
.TagClassName
{
border-color: #04FFC0;
}
</style>