Shades of Dark Pastel Green #04D222
Tints of Dark Pastel Green #04D222
RGB
CMYK
RGB Variations
Color information
#04D222 (or 0x04D222) is known color: Dark Pastel Green. HEX triplet: 04, D2 and 22. RGB value is (4,210,34). Sum of RGB (Red+Green+Blue) = 4+210+34=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 210 (82.42% from 255 or 84.68% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 210 - color contains mainly: green. Hex color #04D222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D222 is #FB2DDD. Grayscale: #808080. Windows color (decimal): -16461278 or 2281988. OLE color: 2281988.
HSL color Cylindrical-coordinate representation of color #04D222: hue angle of 128.74º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D222 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 34 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.18 |
| HSL | 128.74º | 0.96% | 0.42% | - |
| HSV(B) | 128.74º | 0.98% | 0.82% | - |
| XYZ | 23.39 | 46.23 | 9.2 | - |
| YUV | 128.34 | 74.75 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 34 | 0.98 | 0 | 0.84 | 0.18 | 128.74 | 0.96 | 0.42 |
| Hex | 4 | D2 | 22 | 62 | 0 | 54 | 12 | 81 | 60 | 2A |
| Octal | 4 | 322 | 42 | 142 | 0 | 124 | 22 | 201 | 140 | 52 |
| Binary | 100 | 11010010 | 100010 | 1100010 | 0 | 1010100 | 10010 | 10000001 | 1100000 | 101010 |
Color Harmonies of #04D222
Complementary color
Monochromatic Colors of #04D222
Black with #04D222
Text Example
Text Example
White with #04D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D222; }
p { color: rgb(4,210,34); }
H1.HeaderClassName
{
color: #04D222;
}
.AnyTagClassName
{
color: #04D222;
}
</style>
background-color css
<style>
a { background-color: #04D222; }
a { background-color: rgb(4,210,34); }
div.DivClassName
{
background-color: #04D222;
}
.BgClassName
{
background-color: #04D222;
}
</style>
border-color css
<style>
span { border-color: #04D222; }
span { border-color: rgb(4,210,34); }
td.TdClassName
{
border-color: #04D222;
}
.TagClassName
{
border-color: #04D222;
}
</style>