Shades of Medium Spring Green #05F2B1
Tints of Medium Spring Green #05F2B1
RGB
CMYK
RGB Variations
Color information
#05F2B1 (or 0x05F2B1) is known color: Medium Spring Green. HEX triplet: 05, F2 and B1. RGB value is (5,242,177). Sum of RGB (Red+Green+Blue) = 5+242+177=424 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2B1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F2B1 is #FA0D4E. Grayscale: #A3A3A3. Windows color (decimal): -16387407 or 11661829. OLE color: 11661829.
HSL color Cylindrical-coordinate representation of color #05F2B1: hue angle of 163.54º 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 #05F2B1 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 177 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.05 |
| HSL | 163.54º | 0.96% | 0.48% | - |
| HSV(B) | 163.54º | 0.98% | 0.95% | - |
| XYZ | 39.75 | 66.71 | 52.38 | - |
| YUV | 163.73 | 135.48 | 14.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 177 | 0.98 | 0 | 0.27 | 0.05 | 163.54 | 0.96 | 0.48 |
| Hex | 5 | F2 | B1 | 62 | 0 | 1B | 5 | A4 | 60 | 30 |
| Octal | 5 | 362 | 261 | 142 | 0 | 33 | 5 | 244 | 140 | 60 |
| Binary | 101 | 11110010 | 10110001 | 1100010 | 0 | 11011 | 101 | 10100100 | 1100000 | 110000 |
Color Harmonies of #05F2B1
Complementary color
Monochromatic Colors of #05F2B1
Black with #05F2B1
Text Example
Text Example
White with #05F2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2B1; }
p { color: rgb(5,242,177); }
H1.HeaderClassName
{
color: #05F2B1;
}
.AnyTagClassName
{
color: #05F2B1;
}
</style>
background-color css
<style>
a { background-color: #05F2B1; }
a { background-color: rgb(5,242,177); }
div.DivClassName
{
background-color: #05F2B1;
}
.BgClassName
{
background-color: #05F2B1;
}
</style>
border-color css
<style>
span { border-color: #05F2B1; }
span { border-color: rgb(5,242,177); }
td.TdClassName
{
border-color: #05F2B1;
}
.TagClassName
{
border-color: #05F2B1;
}
</style>