Shades of Spring Green #05F57E
Tints of Spring Green #05F57E
RGB
CMYK
RGB Variations
Color information
#05F57E (or 0x05F57E) is known color: Spring Green. HEX triplet: 05, F5 and 7E. RGB value is (5,245,126). Sum of RGB (Red+Green+Blue) = 5+245+126=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #05F57E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F57E is #FA0A81. Grayscale: #9F9F9F. Windows color (decimal): -16386690 or 8320261. OLE color: 8320261.
HSL color Cylindrical-coordinate representation of color #05F57E: hue angle of 150.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F57E is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 245 | 126 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.04 |
| HSL | 150.25º | 0.96% | 0.49% | - |
| HSV(B) | 150.25º | 0.98% | 0.96% | - |
| XYZ | 36.48 | 66.84 | 30.72 | - |
| YUV | 159.67 | 108.99 | 17.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 245 | 126 | 0.98 | 0 | 0.49 | 0.04 | 150.25 | 0.96 | 0.49 |
| Hex | 5 | F5 | 7E | 62 | 0 | 31 | 4 | 96 | 60 | 31 |
| Octal | 5 | 365 | 176 | 142 | 0 | 61 | 4 | 226 | 140 | 61 |
| Binary | 101 | 11110101 | 1111110 | 1100010 | 0 | 110001 | 100 | 10010110 | 1100000 | 110001 |
Color Harmonies of #05F57E
Complementary color
Monochromatic Colors of #05F57E
Black with #05F57E
Text Example
Text Example
White with #05F57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F57E; }
p { color: rgb(5,245,126); }
H1.HeaderClassName
{
color: #05F57E;
}
.AnyTagClassName
{
color: #05F57E;
}
</style>
background-color css
<style>
a { background-color: #05F57E; }
a { background-color: rgb(5,245,126); }
div.DivClassName
{
background-color: #05F57E;
}
.BgClassName
{
background-color: #05F57E;
}
</style>
border-color css
<style>
span { border-color: #05F57E; }
span { border-color: rgb(5,245,126); }
td.TdClassName
{
border-color: #05F57E;
}
.TagClassName
{
border-color: #05F57E;
}
</style>