Shades of Spring Green #05DA7A
Tints of Spring Green #05DA7A
RGB
CMYK
RGB Variations
Color information
#05DA7A (or 0x05DA7A) is known color: Spring Green. HEX triplet: 05, DA and 7A. RGB value is (5,218,122). Sum of RGB (Red+Green+Blue) = 5+218+122=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DA7A is #FA2585. Grayscale: #8F8F8F. Windows color (decimal): -16393606 or 8051205. OLE color: 8051205.
HSL color Cylindrical-coordinate representation of color #05DA7A: hue angle of 152.96º degrees, saturation: 0.96, 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 #05DA7A is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 218 | 122 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.15 |
| HSL | 152.96º | 0.96% | 0.44% | - |
| HSV(B) | 152.96º | 0.98% | 0.85% | - |
| XYZ | 28.65 | 51.58 | 26.86 | - |
| YUV | 143.37 | 115.93 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 218 | 122 | 0.98 | 0 | 0.44 | 0.15 | 152.96 | 0.96 | 0.44 |
| Hex | 5 | DA | 7A | 62 | 0 | 2C | F | 99 | 60 | 2C |
| Octal | 5 | 332 | 172 | 142 | 0 | 54 | 17 | 231 | 140 | 54 |
| Binary | 101 | 11011010 | 1111010 | 1100010 | 0 | 101100 | 1111 | 10011001 | 1100000 | 101100 |
Color Harmonies of #05DA7A
Complementary color
Monochromatic Colors of #05DA7A
Black with #05DA7A
Text Example
Text Example
White with #05DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DA7A; }
p { color: rgb(5,218,122); }
H1.HeaderClassName
{
color: #05DA7A;
}
.AnyTagClassName
{
color: #05DA7A;
}
</style>
background-color css
<style>
a { background-color: #05DA7A; }
a { background-color: rgb(5,218,122); }
div.DivClassName
{
background-color: #05DA7A;
}
.BgClassName
{
background-color: #05DA7A;
}
</style>
border-color css
<style>
span { border-color: #05DA7A; }
span { border-color: rgb(5,218,122); }
td.TdClassName
{
border-color: #05DA7A;
}
.TagClassName
{
border-color: #05DA7A;
}
</style>