Shades of Spring Green #05F870
Tints of Spring Green #05F870
RGB
CMYK
RGB Variations
Color information
#05F870 (or 0x05F870) is known color: Spring Green. HEX triplet: 05, F8 and 70. RGB value is (5,248,112). Sum of RGB (Red+Green+Blue) = 5+248+112=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #05F870 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F870 is #FA078F. Grayscale: #A0A0A0. Windows color (decimal): -16385936 or 7403525. OLE color: 7403525.
HSL color Cylindrical-coordinate representation of color #05F870: hue angle of 146.42º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F870 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 112 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.03 |
| HSL | 146.42º | 0.96% | 0.5% | - |
| HSV(B) | 146.42º | 0.98% | 0.97% | - |
| XYZ | 36.55 | 68.34 | 26.59 | - |
| YUV | 159.84 | 100.99 | 17.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 112 | 0.98 | 0 | 0.55 | 0.03 | 146.42 | 0.96 | 0.5 |
| Hex | 5 | F8 | 70 | 62 | 0 | 37 | 3 | 92 | 60 | 32 |
| Octal | 5 | 370 | 160 | 142 | 0 | 67 | 3 | 222 | 140 | 62 |
| Binary | 101 | 11111000 | 1110000 | 1100010 | 0 | 110111 | 11 | 10010010 | 1100000 | 110010 |
Color Harmonies of #05F870
Complementary color
Monochromatic Colors of #05F870
Black with #05F870
Text Example
Text Example
White with #05F870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F870; }
p { color: rgb(5,248,112); }
H1.HeaderClassName
{
color: #05F870;
}
.AnyTagClassName
{
color: #05F870;
}
</style>
background-color css
<style>
a { background-color: #05F870; }
a { background-color: rgb(5,248,112); }
div.DivClassName
{
background-color: #05F870;
}
.BgClassName
{
background-color: #05F870;
}
</style>
border-color css
<style>
span { border-color: #05F870; }
span { border-color: rgb(5,248,112); }
td.TdClassName
{
border-color: #05F870;
}
.TagClassName
{
border-color: #05F870;
}
</style>