Shades of Spring Green #05FF7E
Tints of Spring Green #05FF7E
RGB
CMYK
RGB Variations
Color information
#05FF7E (or 0x05FF7E) is known color: Spring Green. HEX triplet: 05, FF and 7E. RGB value is (5,255,126). Sum of RGB (Red+Green+Blue) = 5+255+126=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FF7E is #FA0081. Grayscale: #A5A5A5. Windows color (decimal): -16384130 or 8322821. OLE color: 8322821.
HSL color Cylindrical-coordinate representation of color #05FF7E: hue angle of 149.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF7E is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 126 | - |
| CMYK | 0.98 | 0 | 0.51 | 0 |
| HSL | 149.04º | 1% | 0.51% | - |
| HSV(B) | 149.04º | 0.98% | 1% | - |
| XYZ | 39.59 | 73.06 | 31.75 | - |
| YUV | 165.54 | 105.68 | 13.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 126 | 0.98 | 0 | 0.51 | 0 | 149.04 | 1 | 0.51 |
| Hex | 5 | FF | 7E | 62 | 0 | 33 | 0 | 95 | 64 | 33 |
| Octal | 5 | 377 | 176 | 142 | 0 | 63 | 0 | 225 | 144 | 63 |
| Binary | 101 | 11111111 | 1111110 | 1100010 | 0 | 110011 | 0 | 10010101 | 1100100 | 110011 |
Color Harmonies of #05FF7E
Complementary color
Monochromatic Colors of #05FF7E
Black with #05FF7E
Text Example
Text Example
White with #05FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF7E; }
p { color: rgb(5,255,126); }
H1.HeaderClassName
{
color: #05FF7E;
}
.AnyTagClassName
{
color: #05FF7E;
}
</style>
background-color css
<style>
a { background-color: #05FF7E; }
a { background-color: rgb(5,255,126); }
div.DivClassName
{
background-color: #05FF7E;
}
.BgClassName
{
background-color: #05FF7E;
}
</style>
border-color css
<style>
span { border-color: #05FF7E; }
span { border-color: rgb(5,255,126); }
td.TdClassName
{
border-color: #05FF7E;
}
.TagClassName
{
border-color: #05FF7E;
}
</style>