Shades of Spring Green #05DC7A
Tints of Spring Green #05DC7A
RGB
CMYK
RGB Variations
Color information
#05DC7A (or 0x05DC7A) is known color: Spring Green. HEX triplet: 05, DC and 7A. RGB value is (5,220,122). Sum of RGB (Red+Green+Blue) = 5+220+122=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC7A is #FA2385. Grayscale: #909090. Windows color (decimal): -16393094 or 8051717. OLE color: 8051717.
HSL color Cylindrical-coordinate representation of color #05DC7A: hue angle of 152.65º 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 #05DC7A is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 122 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.14 |
| HSL | 152.65º | 0.96% | 0.44% | - |
| HSV(B) | 152.65º | 0.98% | 0.86% | - |
| XYZ | 29.17 | 52.62 | 27.03 | - |
| YUV | 144.54 | 115.27 | 28.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 122 | 0.98 | 0 | 0.45 | 0.14 | 152.65 | 0.96 | 0.44 |
| Hex | 5 | DC | 7A | 62 | 0 | 2D | E | 99 | 60 | 2C |
| Octal | 5 | 334 | 172 | 142 | 0 | 55 | 16 | 231 | 140 | 54 |
| Binary | 101 | 11011100 | 1111010 | 1100010 | 0 | 101101 | 1110 | 10011001 | 1100000 | 101100 |
Color Harmonies of #05DC7A
Complementary color
Monochromatic Colors of #05DC7A
Black with #05DC7A
Text Example
Text Example
White with #05DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC7A; }
p { color: rgb(5,220,122); }
H1.HeaderClassName
{
color: #05DC7A;
}
.AnyTagClassName
{
color: #05DC7A;
}
</style>
background-color css
<style>
a { background-color: #05DC7A; }
a { background-color: rgb(5,220,122); }
div.DivClassName
{
background-color: #05DC7A;
}
.BgClassName
{
background-color: #05DC7A;
}
</style>
border-color css
<style>
span { border-color: #05DC7A; }
span { border-color: rgb(5,220,122); }
td.TdClassName
{
border-color: #05DC7A;
}
.TagClassName
{
border-color: #05DC7A;
}
</style>