Shades of Dark Pastel Green #04DD28
Tints of Dark Pastel Green #04DD28
RGB
CMYK
RGB Variations
Color information
#04DD28 (or 0x04DD28) is known color: Dark Pastel Green. HEX triplet: 04, DD and 28. RGB value is (4,221,40). Sum of RGB (Red+Green+Blue) = 4+221+40=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 221 (86.72% from 255 or 83.40% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD28 is #FB22D7. Grayscale: #878787. Windows color (decimal): -16458456 or 2678020. OLE color: 2678020.
HSL color Cylindrical-coordinate representation of color #04DD28: hue angle of 129.95º 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 #04DD28 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 40 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.13 |
| HSL | 129.95º | 0.96% | 0.44% | - |
| HSV(B) | 129.95º | 0.98% | 0.87% | - |
| XYZ | 26.29 | 51.89 | 10.64 | - |
| YUV | 135.48 | 74.11 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 40 | 0.98 | 0 | 0.82 | 0.13 | 129.95 | 0.96 | 0.44 |
| Hex | 4 | DD | 28 | 62 | 0 | 52 | D | 82 | 60 | 2C |
| Octal | 4 | 335 | 50 | 142 | 0 | 122 | 15 | 202 | 140 | 54 |
| Binary | 100 | 11011101 | 101000 | 1100010 | 0 | 1010010 | 1101 | 10000010 | 1100000 | 101100 |
Color Harmonies of #04DD28
Complementary color
Monochromatic Colors of #04DD28
Black with #04DD28
Text Example
Text Example
White with #04DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD28; }
p { color: rgb(4,221,40); }
H1.HeaderClassName
{
color: #04DD28;
}
.AnyTagClassName
{
color: #04DD28;
}
</style>
background-color css
<style>
a { background-color: #04DD28; }
a { background-color: rgb(4,221,40); }
div.DivClassName
{
background-color: #04DD28;
}
.BgClassName
{
background-color: #04DD28;
}
</style>
border-color css
<style>
span { border-color: #04DD28; }
span { border-color: rgb(4,221,40); }
td.TdClassName
{
border-color: #04DD28;
}
.TagClassName
{
border-color: #04DD28;
}
</style>