Shades of Dark Pastel Green #04D52D
Tints of Dark Pastel Green #04D52D
RGB
CMYK
RGB Variations
Color information
#04D52D (or 0x04D52D) is known color: Dark Pastel Green. HEX triplet: 04, D5 and 2D. RGB value is (4,213,45). Sum of RGB (Red+Green+Blue) = 4+213+45=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #04D52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D52D is #FB2AD2. Grayscale: #838383. Windows color (decimal): -16460499 or 3003652. OLE color: 3003652.
HSL color Cylindrical-coordinate representation of color #04D52D: hue angle of 131.77º 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 #04D52D is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 213 | 45 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.16 |
| HSL | 131.77º | 0.96% | 0.43% | - |
| HSV(B) | 131.77º | 0.98% | 0.84% | - |
| XYZ | 24.32 | 47.8 | 10.43 | - |
| YUV | 131.36 | 79.26 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 45 | 0.98 | 0 | 0.79 | 0.16 | 131.77 | 0.96 | 0.43 |
| Hex | 4 | D5 | 2D | 62 | 0 | 4F | 10 | 84 | 60 | 2B |
| Octal | 4 | 325 | 55 | 142 | 0 | 117 | 20 | 204 | 140 | 53 |
| Binary | 100 | 11010101 | 101101 | 1100010 | 0 | 1001111 | 10000 | 10000100 | 1100000 | 101011 |
Color Harmonies of #04D52D
Complementary color
Monochromatic Colors of #04D52D
Black with #04D52D
Text Example
Text Example
White with #04D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D52D; }
p { color: rgb(4,213,45); }
H1.HeaderClassName
{
color: #04D52D;
}
.AnyTagClassName
{
color: #04D52D;
}
</style>
background-color css
<style>
a { background-color: #04D52D; }
a { background-color: rgb(4,213,45); }
div.DivClassName
{
background-color: #04D52D;
}
.BgClassName
{
background-color: #04D52D;
}
</style>
border-color css
<style>
span { border-color: #04D52D; }
span { border-color: rgb(4,213,45); }
td.TdClassName
{
border-color: #04D52D;
}
.TagClassName
{
border-color: #04D52D;
}
</style>