Shades of Dark Pastel Green #04DD2F
Tints of Dark Pastel Green #04DD2F
RGB
CMYK
RGB Variations
Color information
#04DD2F (or 0x04DD2F) is known color: Dark Pastel Green. HEX triplet: 04, DD and 2F. RGB value is (4,221,47). Sum of RGB (Red+Green+Blue) = 4+221+47=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD2F is #FB22D0. Grayscale: #888888. Windows color (decimal): -16458449 or 3136772. OLE color: 3136772.
HSL color Cylindrical-coordinate representation of color #04DD2F: hue angle of 131.89º 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 #04DD2F is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 47 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.13 |
| HSL | 131.89º | 0.96% | 0.44% | - |
| HSV(B) | 131.89º | 0.98% | 0.87% | - |
| XYZ | 26.42 | 51.94 | 11.32 | - |
| YUV | 136.28 | 77.61 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 47 | 0.98 | 0 | 0.79 | 0.13 | 131.89 | 0.96 | 0.44 |
| Hex | 4 | DD | 2F | 62 | 0 | 4F | D | 84 | 60 | 2C |
| Octal | 4 | 335 | 57 | 142 | 0 | 117 | 15 | 204 | 140 | 54 |
| Binary | 100 | 11011101 | 101111 | 1100010 | 0 | 1001111 | 1101 | 10000100 | 1100000 | 101100 |
Color Harmonies of #04DD2F
Complementary color
Monochromatic Colors of #04DD2F
Black with #04DD2F
Text Example
Text Example
White with #04DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD2F; }
p { color: rgb(4,221,47); }
H1.HeaderClassName
{
color: #04DD2F;
}
.AnyTagClassName
{
color: #04DD2F;
}
</style>
background-color css
<style>
a { background-color: #04DD2F; }
a { background-color: rgb(4,221,47); }
div.DivClassName
{
background-color: #04DD2F;
}
.BgClassName
{
background-color: #04DD2F;
}
</style>
border-color css
<style>
span { border-color: #04DD2F; }
span { border-color: rgb(4,221,47); }
td.TdClassName
{
border-color: #04DD2F;
}
.TagClassName
{
border-color: #04DD2F;
}
</style>