Shades of Medium Spring Green #04FFAF
Tints of Medium Spring Green #04FFAF
RGB
CMYK
RGB Variations
Color information
#04FFAF (or 0x04FFAF) is known color: Medium Spring Green. HEX triplet: 04, FF and AF. RGB value is (4,255,175). Sum of RGB (Red+Green+Blue) = 4+255+175=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04FFAF is #FB0050. Grayscale: #AAAAAA. Windows color (decimal): -16449617 or 11534084. OLE color: 11534084.
HSL color Cylindrical-coordinate representation of color #04FFAF: hue angle of 160.88º 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 #04FFAF is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 175 | - |
| CMYK | 0.98 | 0 | 0.31 | 0 |
| HSL | 160.88º | 1% | 0.51% | - |
| HSV(B) | 160.88º | 0.98% | 1% | - |
| XYZ | 43.55 | 74.64 | 52.67 | - |
| YUV | 170.83 | 130.34 | 9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 175 | 0.98 | 0 | 0.31 | 0 | 160.88 | 1 | 0.51 |
| Hex | 4 | FF | AF | 62 | 0 | 1F | 0 | A1 | 64 | 33 |
| Octal | 4 | 377 | 257 | 142 | 0 | 37 | 0 | 241 | 144 | 63 |
| Binary | 100 | 11111111 | 10101111 | 1100010 | 0 | 11111 | 0 | 10100001 | 1100100 | 110011 |
Color Harmonies of #04FFAF
Complementary color
Monochromatic Colors of #04FFAF
Black with #04FFAF
Text Example
Text Example
White with #04FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFAF; }
p { color: rgb(4,255,175); }
H1.HeaderClassName
{
color: #04FFAF;
}
.AnyTagClassName
{
color: #04FFAF;
}
</style>
background-color css
<style>
a { background-color: #04FFAF; }
a { background-color: rgb(4,255,175); }
div.DivClassName
{
background-color: #04FFAF;
}
.BgClassName
{
background-color: #04FFAF;
}
</style>
border-color css
<style>
span { border-color: #04FFAF; }
span { border-color: rgb(4,255,175); }
td.TdClassName
{
border-color: #04FFAF;
}
.TagClassName
{
border-color: #04FFAF;
}
</style>