Shades of Dark Pastel Green #04D52F
Tints of Dark Pastel Green #04D52F
RGB
CMYK
RGB Variations
Color information
#04D52F (or 0x04D52F) is known color: Dark Pastel Green. HEX triplet: 04, D5 and 2F. RGB value is (4,213,47). Sum of RGB (Red+Green+Blue) = 4+213+47=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #04D52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D52F is #FB2AD0. Grayscale: #848484. Windows color (decimal): -16460497 or 3134724. OLE color: 3134724.
HSL color Cylindrical-coordinate representation of color #04D52F: hue angle of 132.34º 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 #04D52F is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 213 | 47 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.16 |
| HSL | 132.34º | 0.96% | 0.43% | - |
| HSV(B) | 132.34º | 0.98% | 0.84% | - |
| XYZ | 24.36 | 47.82 | 10.64 | - |
| YUV | 131.59 | 80.26 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 47 | 0.98 | 0 | 0.78 | 0.16 | 132.34 | 0.96 | 0.43 |
| Hex | 4 | D5 | 2F | 62 | 0 | 4E | 10 | 84 | 60 | 2B |
| Octal | 4 | 325 | 57 | 142 | 0 | 116 | 20 | 204 | 140 | 53 |
| Binary | 100 | 11010101 | 101111 | 1100010 | 0 | 1001110 | 10000 | 10000100 | 1100000 | 101011 |
Color Harmonies of #04D52F
Complementary color
Monochromatic Colors of #04D52F
Black with #04D52F
Text Example
Text Example
White with #04D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D52F; }
p { color: rgb(4,213,47); }
H1.HeaderClassName
{
color: #04D52F;
}
.AnyTagClassName
{
color: #04D52F;
}
</style>
background-color css
<style>
a { background-color: #04D52F; }
a { background-color: rgb(4,213,47); }
div.DivClassName
{
background-color: #04D52F;
}
.BgClassName
{
background-color: #04D52F;
}
</style>
border-color css
<style>
span { border-color: #04D52F; }
span { border-color: rgb(4,213,47); }
td.TdClassName
{
border-color: #04D52F;
}
.TagClassName
{
border-color: #04D52F;
}
</style>