Shades of Spring Green #05DB78
Tints of Spring Green #05DB78
RGB
CMYK
RGB Variations
Color information
#05DB78 (or 0x05DB78) is known color: Spring Green. HEX triplet: 05, DB and 78. RGB value is (5,219,120). Sum of RGB (Red+Green+Blue) = 5+219+120=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 219 (85.94% from 255 or 63.66% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DB78 is #FA2487. Grayscale: #8F8F8F. Windows color (decimal): -16393352 or 7920389. OLE color: 7920389.
HSL color Cylindrical-coordinate representation of color #05DB78: hue angle of 152.24º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB78 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 120 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.14 |
| HSL | 152.24º | 0.96% | 0.44% | - |
| HSV(B) | 152.24º | 0.98% | 0.86% | - |
| XYZ | 28.78 | 52.05 | 26.3 | - |
| YUV | 143.73 | 114.6 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 120 | 0.98 | 0 | 0.45 | 0.14 | 152.24 | 0.96 | 0.44 |
| Hex | 5 | DB | 78 | 62 | 0 | 2D | E | 98 | 60 | 2C |
| Octal | 5 | 333 | 170 | 142 | 0 | 55 | 16 | 230 | 140 | 54 |
| Binary | 101 | 11011011 | 1111000 | 1100010 | 0 | 101101 | 1110 | 10011000 | 1100000 | 101100 |
Color Harmonies of #05DB78
Complementary color
Monochromatic Colors of #05DB78
Black with #05DB78
Text Example
Text Example
White with #05DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB78; }
p { color: rgb(5,219,120); }
H1.HeaderClassName
{
color: #05DB78;
}
.AnyTagClassName
{
color: #05DB78;
}
</style>
background-color css
<style>
a { background-color: #05DB78; }
a { background-color: rgb(5,219,120); }
div.DivClassName
{
background-color: #05DB78;
}
.BgClassName
{
background-color: #05DB78;
}
</style>
border-color css
<style>
span { border-color: #05DB78; }
span { border-color: rgb(5,219,120); }
td.TdClassName
{
border-color: #05DB78;
}
.TagClassName
{
border-color: #05DB78;
}
</style>