Shades of Dark Pastel Green #05D520
Tints of Dark Pastel Green #05D520
RGB
CMYK
RGB Variations
Color information
#05D520 (or 0x05D520) is known color: Dark Pastel Green. HEX triplet: 05, D5 and 20. RGB value is (5,213,32). Sum of RGB (Red+Green+Blue) = 5+213+32=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 213 (83.59% from 255 or 85.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 213 - color contains mainly: green. Hex color #05D520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D520 is #FA2ADF. Grayscale: #828282. Windows color (decimal): -16394976 or 2151685. OLE color: 2151685.
HSL color Cylindrical-coordinate representation of color #05D520: hue angle of 127.79º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D520 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 32 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.16 |
| HSL | 127.79º | 0.95% | 0.43% | - |
| HSV(B) | 127.79º | 0.98% | 0.84% | - |
| XYZ | 24.12 | 47.73 | 9.31 | - |
| YUV | 130.17 | 72.59 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 32 | 0.98 | 0 | 0.85 | 0.16 | 127.79 | 0.95 | 0.43 |
| Hex | 5 | D5 | 20 | 62 | 0 | 55 | 10 | 80 | 5F | 2B |
| Octal | 5 | 325 | 40 | 142 | 0 | 125 | 20 | 200 | 137 | 53 |
| Binary | 101 | 11010101 | 100000 | 1100010 | 0 | 1010101 | 10000 | 10000000 | 1011111 | 101011 |
Color Harmonies of #05D520
Complementary color
Monochromatic Colors of #05D520
Black with #05D520
Text Example
Text Example
White with #05D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D520; }
p { color: rgb(5,213,32); }
H1.HeaderClassName
{
color: #05D520;
}
.AnyTagClassName
{
color: #05D520;
}
</style>
background-color css
<style>
a { background-color: #05D520; }
a { background-color: rgb(5,213,32); }
div.DivClassName
{
background-color: #05D520;
}
.BgClassName
{
background-color: #05D520;
}
</style>
border-color css
<style>
span { border-color: #05D520; }
span { border-color: rgb(5,213,32); }
td.TdClassName
{
border-color: #05D520;
}
.TagClassName
{
border-color: #05D520;
}
</style>