Shades of Medium Spring Green #04F2AF
Tints of Medium Spring Green #04F2AF
RGB
CMYK
RGB Variations
Color information
#04F2AF (or 0x04F2AF) is known color: Medium Spring Green. HEX triplet: 04, F2 and AF. RGB value is (4,242,175). Sum of RGB (Red+Green+Blue) = 4+242+175=421 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04F2AF is #FB0D50. Grayscale: #A3A3A3. Windows color (decimal): -16452945 or 11530756. OLE color: 11530756.
HSL color Cylindrical-coordinate representation of color #04F2AF: hue angle of 163.11º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2AF is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 175 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.05 |
| HSL | 163.11º | 0.97% | 0.48% | - |
| HSV(B) | 163.11º | 0.98% | 0.95% | - |
| XYZ | 39.54 | 66.63 | 51.33 | - |
| YUV | 163.2 | 134.65 | 14.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 175 | 0.98 | 0 | 0.28 | 0.05 | 163.11 | 0.97 | 0.48 |
| Hex | 4 | F2 | AF | 62 | 0 | 1C | 5 | A3 | 61 | 30 |
| Octal | 4 | 362 | 257 | 142 | 0 | 34 | 5 | 243 | 141 | 60 |
| Binary | 100 | 11110010 | 10101111 | 1100010 | 0 | 11100 | 101 | 10100011 | 1100001 | 110000 |
Color Harmonies of #04F2AF
Complementary color
Monochromatic Colors of #04F2AF
Black with #04F2AF
Text Example
Text Example
White with #04F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2AF; }
p { color: rgb(4,242,175); }
H1.HeaderClassName
{
color: #04F2AF;
}
.AnyTagClassName
{
color: #04F2AF;
}
</style>
background-color css
<style>
a { background-color: #04F2AF; }
a { background-color: rgb(4,242,175); }
div.DivClassName
{
background-color: #04F2AF;
}
.BgClassName
{
background-color: #04F2AF;
}
</style>
border-color css
<style>
span { border-color: #04F2AF; }
span { border-color: rgb(4,242,175); }
td.TdClassName
{
border-color: #04F2AF;
}
.TagClassName
{
border-color: #04F2AF;
}
</style>