Shades of Spring Green #05EE82
Tints of Spring Green #05EE82
RGB
CMYK
RGB Variations
Color information
#05EE82 (or 0x05EE82) is known color: Spring Green. HEX triplet: 05, EE and 82. RGB value is (5,238,130). Sum of RGB (Red+Green+Blue) = 5+238+130=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 238 (93.36% from 255 or 63.81% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05EE82 is #FA117D. Grayscale: #9C9C9C. Windows color (decimal): -16388478 or 8580613. OLE color: 8580613.
HSL color Cylindrical-coordinate representation of color #05EE82: hue angle of 152.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EE82 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 238 | 130 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.07 |
| HSL | 152.19º | 0.96% | 0.48% | - |
| HSV(B) | 152.19º | 0.98% | 0.93% | - |
| XYZ | 34.67 | 62.79 | 31.41 | - |
| YUV | 156.02 | 113.31 | 20.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 238 | 130 | 0.98 | 0 | 0.45 | 0.07 | 152.19 | 0.96 | 0.48 |
| Hex | 5 | EE | 82 | 62 | 0 | 2D | 7 | 98 | 60 | 30 |
| Octal | 5 | 356 | 202 | 142 | 0 | 55 | 7 | 230 | 140 | 60 |
| Binary | 101 | 11101110 | 10000010 | 1100010 | 0 | 101101 | 111 | 10011000 | 1100000 | 110000 |
Color Harmonies of #05EE82
Complementary color
Monochromatic Colors of #05EE82
Black with #05EE82
Text Example
Text Example
White with #05EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EE82; }
p { color: rgb(5,238,130); }
H1.HeaderClassName
{
color: #05EE82;
}
.AnyTagClassName
{
color: #05EE82;
}
</style>
background-color css
<style>
a { background-color: #05EE82; }
a { background-color: rgb(5,238,130); }
div.DivClassName
{
background-color: #05EE82;
}
.BgClassName
{
background-color: #05EE82;
}
</style>
border-color css
<style>
span { border-color: #05EE82; }
span { border-color: rgb(5,238,130); }
td.TdClassName
{
border-color: #05EE82;
}
.TagClassName
{
border-color: #05EE82;
}
</style>