Shades of Spring Green #05DB7C
Tints of Spring Green #05DB7C
RGB
CMYK
RGB Variations
Color information
#05DB7C (or 0x05DB7C) is known color: Spring Green. HEX triplet: 05, DB and 7C. RGB value is (5,219,124). Sum of RGB (Red+Green+Blue) = 5+219+124=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 219 (85.94% from 255 or 62.93% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DB7C is #FA2483. Grayscale: #909090. Windows color (decimal): -16393348 or 8182533. OLE color: 8182533.
HSL color Cylindrical-coordinate representation of color #05DB7C: hue angle of 153.36º 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 #05DB7C is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 124 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.14 |
| HSL | 153.36º | 0.96% | 0.44% | - |
| HSV(B) | 153.36º | 0.98% | 0.86% | - |
| XYZ | 29.03 | 52.15 | 27.6 | - |
| YUV | 144.18 | 116.6 | 28.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 124 | 0.98 | 0 | 0.43 | 0.14 | 153.36 | 0.96 | 0.44 |
| Hex | 5 | DB | 7C | 62 | 0 | 2B | E | 99 | 60 | 2C |
| Octal | 5 | 333 | 174 | 142 | 0 | 53 | 16 | 231 | 140 | 54 |
| Binary | 101 | 11011011 | 1111100 | 1100010 | 0 | 101011 | 1110 | 10011001 | 1100000 | 101100 |
Color Harmonies of #05DB7C
Complementary color
Monochromatic Colors of #05DB7C
Black with #05DB7C
Text Example
Text Example
White with #05DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB7C; }
p { color: rgb(5,219,124); }
H1.HeaderClassName
{
color: #05DB7C;
}
.AnyTagClassName
{
color: #05DB7C;
}
</style>
background-color css
<style>
a { background-color: #05DB7C; }
a { background-color: rgb(5,219,124); }
div.DivClassName
{
background-color: #05DB7C;
}
.BgClassName
{
background-color: #05DB7C;
}
</style>
border-color css
<style>
span { border-color: #05DB7C; }
span { border-color: rgb(5,219,124); }
td.TdClassName
{
border-color: #05DB7C;
}
.TagClassName
{
border-color: #05DB7C;
}
</style>