Shades of Spring Green #05D978
Tints of Spring Green #05D978
RGB
CMYK
RGB Variations
Color information
#05D978 (or 0x05D978) is known color: Spring Green. HEX triplet: 05, D9 and 78. RGB value is (5,217,120). Sum of RGB (Red+Green+Blue) = 5+217+120=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #05D978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D978 is #FA2687. Grayscale: #8E8E8E. Windows color (decimal): -16393864 or 7919877. OLE color: 7919877.
HSL color Cylindrical-coordinate representation of color #05D978: hue angle of 152.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D978 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 120 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.15 |
| HSL | 152.55º | 0.95% | 0.44% | - |
| HSV(B) | 152.55º | 0.98% | 0.85% | - |
| XYZ | 28.27 | 51.01 | 26.13 | - |
| YUV | 142.55 | 115.26 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 120 | 0.98 | 0 | 0.45 | 0.15 | 152.55 | 0.95 | 0.44 |
| Hex | 5 | D9 | 78 | 62 | 0 | 2D | F | 99 | 5F | 2C |
| Octal | 5 | 331 | 170 | 142 | 0 | 55 | 17 | 231 | 137 | 54 |
| Binary | 101 | 11011001 | 1111000 | 1100010 | 0 | 101101 | 1111 | 10011001 | 1011111 | 101100 |
Color Harmonies of #05D978
Complementary color
Monochromatic Colors of #05D978
Black with #05D978
Text Example
Text Example
White with #05D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D978; }
p { color: rgb(5,217,120); }
H1.HeaderClassName
{
color: #05D978;
}
.AnyTagClassName
{
color: #05D978;
}
</style>
background-color css
<style>
a { background-color: #05D978; }
a { background-color: rgb(5,217,120); }
div.DivClassName
{
background-color: #05D978;
}
.BgClassName
{
background-color: #05D978;
}
</style>
border-color css
<style>
span { border-color: #05D978; }
span { border-color: rgb(5,217,120); }
td.TdClassName
{
border-color: #05D978;
}
.TagClassName
{
border-color: #05D978;
}
</style>