Shades of Medium Spring Green #05F2AF
Tints of Medium Spring Green #05F2AF
RGB
CMYK
RGB Variations
Color information
#05F2AF (or 0x05F2AF) is known color: Medium Spring Green. HEX triplet: 05, F2 and AF. RGB value is (5,242,175). Sum of RGB (Red+Green+Blue) = 5+242+175=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F2AF is #FA0D50. Grayscale: #A3A3A3. Windows color (decimal): -16387409 or 11530757. OLE color: 11530757.
HSL color Cylindrical-coordinate representation of color #05F2AF: hue angle of 163.04º degrees, saturation: 0.96, 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 #05F2AF is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 175 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.05 |
| HSL | 163.04º | 0.96% | 0.48% | - |
| HSV(B) | 163.04º | 0.98% | 0.95% | - |
| XYZ | 39.55 | 66.63 | 51.33 | - |
| YUV | 163.5 | 134.48 | 14.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 175 | 0.98 | 0 | 0.28 | 0.05 | 163.04 | 0.96 | 0.48 |
| Hex | 5 | F2 | AF | 62 | 0 | 1C | 5 | A3 | 60 | 30 |
| Octal | 5 | 362 | 257 | 142 | 0 | 34 | 5 | 243 | 140 | 60 |
| Binary | 101 | 11110010 | 10101111 | 1100010 | 0 | 11100 | 101 | 10100011 | 1100000 | 110000 |
Color Harmonies of #05F2AF
Complementary color
Monochromatic Colors of #05F2AF
Black with #05F2AF
Text Example
Text Example
White with #05F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2AF; }
p { color: rgb(5,242,175); }
H1.HeaderClassName
{
color: #05F2AF;
}
.AnyTagClassName
{
color: #05F2AF;
}
</style>
background-color css
<style>
a { background-color: #05F2AF; }
a { background-color: rgb(5,242,175); }
div.DivClassName
{
background-color: #05F2AF;
}
.BgClassName
{
background-color: #05F2AF;
}
</style>
border-color css
<style>
span { border-color: #05F2AF; }
span { border-color: rgb(5,242,175); }
td.TdClassName
{
border-color: #05F2AF;
}
.TagClassName
{
border-color: #05F2AF;
}
</style>