Shades of Spring Green #05EC72
Tints of Spring Green #05EC72
RGB
CMYK
RGB Variations
Color information
#05EC72 (or 0x05EC72) is known color: Spring Green. HEX triplet: 05, EC and 72. RGB value is (5,236,114). Sum of RGB (Red+Green+Blue) = 5+236+114=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05EC72 is #FA138D. Grayscale: #999999. Windows color (decimal): -16389006 or 7531525. OLE color: 7531525.
HSL color Cylindrical-coordinate representation of color #05EC72: hue angle of 148.31º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EC72 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 114 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.07 |
| HSL | 148.31º | 0.96% | 0.47% | - |
| HSV(B) | 148.31º | 0.98% | 0.93% | - |
| XYZ | 33.1 | 61.24 | 26 | - |
| YUV | 153.02 | 105.97 | 22.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 114 | 0.98 | 0 | 0.52 | 0.07 | 148.31 | 0.96 | 0.47 |
| Hex | 5 | EC | 72 | 62 | 0 | 34 | 7 | 94 | 60 | 2F |
| Octal | 5 | 354 | 162 | 142 | 0 | 64 | 7 | 224 | 140 | 57 |
| Binary | 101 | 11101100 | 1110010 | 1100010 | 0 | 110100 | 111 | 10010100 | 1100000 | 101111 |
Color Harmonies of #05EC72
Complementary color
Monochromatic Colors of #05EC72
Black with #05EC72
Text Example
Text Example
White with #05EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC72; }
p { color: rgb(5,236,114); }
H1.HeaderClassName
{
color: #05EC72;
}
.AnyTagClassName
{
color: #05EC72;
}
</style>
background-color css
<style>
a { background-color: #05EC72; }
a { background-color: rgb(5,236,114); }
div.DivClassName
{
background-color: #05EC72;
}
.BgClassName
{
background-color: #05EC72;
}
</style>
border-color css
<style>
span { border-color: #05EC72; }
span { border-color: rgb(5,236,114); }
td.TdClassName
{
border-color: #05EC72;
}
.TagClassName
{
border-color: #05EC72;
}
</style>