Shades of Dark Pastel Green #04D520
Tints of Dark Pastel Green #04D520
RGB
CMYK
RGB Variations
Color information
#04D520 (or 0x04D520) is known color: Dark Pastel Green. HEX triplet: 04, D5 and 20. RGB value is (4,213,32). Sum of RGB (Red+Green+Blue) = 4+213+32=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 213 (83.59% from 255 or 85.54% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 213 - color contains mainly: green. Hex color #04D520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D520 is #FB2ADF. Grayscale: #828282. Windows color (decimal): -16460512 or 2151684. OLE color: 2151684.
HSL color Cylindrical-coordinate representation of color #04D520: hue angle of 128.04º degrees, saturation: 0.96, 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 #04D520 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 213 | 32 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.16 |
| HSL | 128.04º | 0.96% | 0.43% | - |
| HSV(B) | 128.04º | 0.98% | 0.84% | - |
| XYZ | 24.11 | 47.72 | 9.31 | - |
| YUV | 129.88 | 72.76 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 32 | 0.98 | 0 | 0.85 | 0.16 | 128.04 | 0.96 | 0.43 |
| Hex | 4 | D5 | 20 | 62 | 0 | 55 | 10 | 80 | 60 | 2B |
| Octal | 4 | 325 | 40 | 142 | 0 | 125 | 20 | 200 | 140 | 53 |
| Binary | 100 | 11010101 | 100000 | 1100010 | 0 | 1010101 | 10000 | 10000000 | 1100000 | 101011 |
Color Harmonies of #04D520
Complementary color
Monochromatic Colors of #04D520
Black with #04D520
Text Example
Text Example
White with #04D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D520; }
p { color: rgb(4,213,32); }
H1.HeaderClassName
{
color: #04D520;
}
.AnyTagClassName
{
color: #04D520;
}
</style>
background-color css
<style>
a { background-color: #04D520; }
a { background-color: rgb(4,213,32); }
div.DivClassName
{
background-color: #04D520;
}
.BgClassName
{
background-color: #04D520;
}
</style>
border-color css
<style>
span { border-color: #04D520; }
span { border-color: rgb(4,213,32); }
td.TdClassName
{
border-color: #04D520;
}
.TagClassName
{
border-color: #04D520;
}
</style>