Shades of Spring Green #05FB8A
Tints of Spring Green #05FB8A
RGB
CMYK
RGB Variations
Color information
#05FB8A (or 0x05FB8A) is known color: Spring Green. HEX triplet: 05, FB and 8A. RGB value is (5,251,138). Sum of RGB (Red+Green+Blue) = 5+251+138=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 251 (98.44% from 255 or 63.71% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FB8A is #FA0475. Grayscale: #A4A4A4. Windows color (decimal): -16385142 or 9108229. OLE color: 9108229.
HSL color Cylindrical-coordinate representation of color #05FB8A: hue angle of 152.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FB8A is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 251 | 138 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.02 |
| HSL | 152.44º | 0.97% | 0.5% | - |
| HSV(B) | 152.44º | 0.98% | 0.98% | - |
| XYZ | 39.15 | 70.86 | 35.66 | - |
| YUV | 164.56 | 113 | 14.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 251 | 138 | 0.98 | 0 | 0.45 | 0.02 | 152.44 | 0.97 | 0.5 |
| Hex | 5 | FB | 8A | 62 | 0 | 2D | 2 | 98 | 61 | 32 |
| Octal | 5 | 373 | 212 | 142 | 0 | 55 | 2 | 230 | 141 | 62 |
| Binary | 101 | 11111011 | 10001010 | 1100010 | 0 | 101101 | 10 | 10011000 | 1100001 | 110010 |
Color Harmonies of #05FB8A
Complementary color
Monochromatic Colors of #05FB8A
Black with #05FB8A
Text Example
Text Example
White with #05FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FB8A; }
p { color: rgb(5,251,138); }
H1.HeaderClassName
{
color: #05FB8A;
}
.AnyTagClassName
{
color: #05FB8A;
}
</style>
background-color css
<style>
a { background-color: #05FB8A; }
a { background-color: rgb(5,251,138); }
div.DivClassName
{
background-color: #05FB8A;
}
.BgClassName
{
background-color: #05FB8A;
}
</style>
border-color css
<style>
span { border-color: #05FB8A; }
span { border-color: rgb(5,251,138); }
td.TdClassName
{
border-color: #05FB8A;
}
.TagClassName
{
border-color: #05FB8A;
}
</style>