Shades of Spring Green #05E974
Tints of Spring Green #05E974
RGB
CMYK
RGB Variations
Color information
#05E974 (or 0x05E974) is known color: Spring Green. HEX triplet: 05, E9 and 74. RGB value is (5,233,116). Sum of RGB (Red+Green+Blue) = 5+233+116=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 233 (91.41% from 255 or 65.82% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 233 - color contains mainly: green. Hex color #05E974 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05E974 is #FA168B. Grayscale: #979797. Windows color (decimal): -16389772 or 7661829. OLE color: 7661829.
HSL color Cylindrical-coordinate representation of color #05E974: hue angle of 149.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E974 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 233 | 116 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.09 |
| HSL | 149.21º | 0.96% | 0.47% | - |
| HSV(B) | 149.21º | 0.98% | 0.91% | - |
| XYZ | 32.35 | 59.57 | 26.32 | - |
| YUV | 151.49 | 107.96 | 23.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 233 | 116 | 0.98 | 0 | 0.50 | 0.09 | 149.21 | 0.96 | 0.47 |
| Hex | 5 | E9 | 74 | 62 | 0 | 32 | 9 | 95 | 60 | 2F |
| Octal | 5 | 351 | 164 | 142 | 0 | 62 | 11 | 225 | 140 | 57 |
| Binary | 101 | 11101001 | 1110100 | 1100010 | 0 | 110010 | 1001 | 10010101 | 1100000 | 101111 |
Color Harmonies of #05E974
Complementary color
Monochromatic Colors of #05E974
Black with #05E974
Text Example
Text Example
White with #05E974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E974; }
p { color: rgb(5,233,116); }
H1.HeaderClassName
{
color: #05E974;
}
.AnyTagClassName
{
color: #05E974;
}
</style>
background-color css
<style>
a { background-color: #05E974; }
a { background-color: rgb(5,233,116); }
div.DivClassName
{
background-color: #05E974;
}
.BgClassName
{
background-color: #05E974;
}
</style>
border-color css
<style>
span { border-color: #05E974; }
span { border-color: rgb(5,233,116); }
td.TdClassName
{
border-color: #05E974;
}
.TagClassName
{
border-color: #05E974;
}
</style>