Shades of Spring Green #05DD76
Tints of Spring Green #05DD76
RGB
CMYK
RGB Variations
Color information
#05DD76 (or 0x05DD76) is known color: Spring Green. HEX triplet: 05, DD and 76. RGB value is (5,221,118). Sum of RGB (Red+Green+Blue) = 5+221+118=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD76 is #FA2289. Grayscale: #909090. Windows color (decimal): -16392842 or 7789829. OLE color: 7789829.
HSL color Cylindrical-coordinate representation of color #05DD76: hue angle of 151.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD76 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 118 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.13 |
| HSL | 151.39º | 0.96% | 0.44% | - |
| HSV(B) | 151.39º | 0.98% | 0.87% | - |
| XYZ | 29.19 | 53.05 | 25.84 | - |
| YUV | 144.67 | 112.94 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 118 | 0.98 | 0 | 0.47 | 0.13 | 151.39 | 0.96 | 0.44 |
| Hex | 5 | DD | 76 | 62 | 0 | 2F | D | 97 | 60 | 2C |
| Octal | 5 | 335 | 166 | 142 | 0 | 57 | 15 | 227 | 140 | 54 |
| Binary | 101 | 11011101 | 1110110 | 1100010 | 0 | 101111 | 1101 | 10010111 | 1100000 | 101100 |
Color Harmonies of #05DD76
Complementary color
Monochromatic Colors of #05DD76
Black with #05DD76
Text Example
Text Example
White with #05DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DD76; }
p { color: rgb(5,221,118); }
H1.HeaderClassName
{
color: #05DD76;
}
.AnyTagClassName
{
color: #05DD76;
}
</style>
background-color css
<style>
a { background-color: #05DD76; }
a { background-color: rgb(5,221,118); }
div.DivClassName
{
background-color: #05DD76;
}
.BgClassName
{
background-color: #05DD76;
}
</style>
border-color css
<style>
span { border-color: #05DD76; }
span { border-color: rgb(5,221,118); }
td.TdClassName
{
border-color: #05DD76;
}
.TagClassName
{
border-color: #05DD76;
}
</style>