Shades of Dark Pastel Green #04DD2E
Tints of Dark Pastel Green #04DD2E
RGB
CMYK
RGB Variations
Color information
#04DD2E (or 0x04DD2E) is known color: Dark Pastel Green. HEX triplet: 04, DD and 2E. RGB value is (4,221,46). Sum of RGB (Red+Green+Blue) = 4+221+46=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 221 (86.72% from 255 or 81.55% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD2E is #FB22D1. Grayscale: #888888. Windows color (decimal): -16458450 or 3071236. OLE color: 3071236.
HSL color Cylindrical-coordinate representation of color #04DD2E: hue angle of 131.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD2E is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 46 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.13 |
| HSL | 131.61º | 0.96% | 0.44% | - |
| HSV(B) | 131.61º | 0.98% | 0.87% | - |
| XYZ | 26.4 | 51.94 | 11.22 | - |
| YUV | 136.17 | 77.11 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 46 | 0.98 | 0 | 0.79 | 0.13 | 131.61 | 0.96 | 0.44 |
| Hex | 4 | DD | 2E | 62 | 0 | 4F | D | 84 | 60 | 2C |
| Octal | 4 | 335 | 56 | 142 | 0 | 117 | 15 | 204 | 140 | 54 |
| Binary | 100 | 11011101 | 101110 | 1100010 | 0 | 1001111 | 1101 | 10000100 | 1100000 | 101100 |
Color Harmonies of #04DD2E
Complementary color
Monochromatic Colors of #04DD2E
Black with #04DD2E
Text Example
Text Example
White with #04DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD2E; }
p { color: rgb(4,221,46); }
H1.HeaderClassName
{
color: #04DD2E;
}
.AnyTagClassName
{
color: #04DD2E;
}
</style>
background-color css
<style>
a { background-color: #04DD2E; }
a { background-color: rgb(4,221,46); }
div.DivClassName
{
background-color: #04DD2E;
}
.BgClassName
{
background-color: #04DD2E;
}
</style>
border-color css
<style>
span { border-color: #04DD2E; }
span { border-color: rgb(4,221,46); }
td.TdClassName
{
border-color: #04DD2E;
}
.TagClassName
{
border-color: #04DD2E;
}
</style>