Shades of Dark Pastel Green #04D521
Tints of Dark Pastel Green #04D521
RGB
CMYK
RGB Variations
Color information
#04D521 (or 0x04D521) is known color: Dark Pastel Green. HEX triplet: 04, D5 and 21. RGB value is (4,213,33). Sum of RGB (Red+Green+Blue) = 4+213+33=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 213 (83.59% from 255 or 85.2% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 213 - color contains mainly: green. Hex color #04D521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D521 is #FB2ADE. Grayscale: #828282. Windows color (decimal): -16460511 or 2217220. OLE color: 2217220.
HSL color Cylindrical-coordinate representation of color #04D521: hue angle of 128.33º 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 #04D521 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 213 | 33 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.16 |
| HSL | 128.33º | 0.96% | 0.43% | - |
| HSV(B) | 128.33º | 0.98% | 0.84% | - |
| XYZ | 24.12 | 47.72 | 9.38 | - |
| YUV | 129.99 | 73.26 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 33 | 0.98 | 0 | 0.85 | 0.16 | 128.33 | 0.96 | 0.43 |
| Hex | 4 | D5 | 21 | 62 | 0 | 55 | 10 | 80 | 60 | 2B |
| Octal | 4 | 325 | 41 | 142 | 0 | 125 | 20 | 200 | 140 | 53 |
| Binary | 100 | 11010101 | 100001 | 1100010 | 0 | 1010101 | 10000 | 10000000 | 1100000 | 101011 |
Color Harmonies of #04D521
Complementary color
Monochromatic Colors of #04D521
Black with #04D521
Text Example
Text Example
White with #04D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D521; }
p { color: rgb(4,213,33); }
H1.HeaderClassName
{
color: #04D521;
}
.AnyTagClassName
{
color: #04D521;
}
</style>
background-color css
<style>
a { background-color: #04D521; }
a { background-color: rgb(4,213,33); }
div.DivClassName
{
background-color: #04D521;
}
.BgClassName
{
background-color: #04D521;
}
</style>
border-color css
<style>
span { border-color: #04D521; }
span { border-color: rgb(4,213,33); }
td.TdClassName
{
border-color: #04D521;
}
.TagClassName
{
border-color: #04D521;
}
</style>