Shades of Dark Pastel Green #04D22B
Tints of Dark Pastel Green #04D22B
RGB
CMYK
RGB Variations
Color information
#04D22B (or 0x04D22B) is known color: Dark Pastel Green. HEX triplet: 04, D2 and 2B. RGB value is (4,210,43). Sum of RGB (Red+Green+Blue) = 4+210+43=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 210 (82.42% from 255 or 81.71% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 210 - color contains mainly: green. Hex color #04D22B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D22B is #FB2DD4. Grayscale: #818181. Windows color (decimal): -16461269 or 2871812. OLE color: 2871812.
HSL color Cylindrical-coordinate representation of color #04D22B: hue angle of 131.36º 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 #04D22B is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 43 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.18 |
| HSL | 131.36º | 0.96% | 0.42% | - |
| HSV(B) | 131.36º | 0.98% | 0.82% | - |
| XYZ | 23.53 | 46.29 | 9.98 | - |
| YUV | 129.37 | 79.25 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 43 | 0.98 | 0 | 0.80 | 0.18 | 131.36 | 0.96 | 0.42 |
| Hex | 4 | D2 | 2B | 62 | 0 | 50 | 12 | 83 | 60 | 2A |
| Octal | 4 | 322 | 53 | 142 | 0 | 120 | 22 | 203 | 140 | 52 |
| Binary | 100 | 11010010 | 101011 | 1100010 | 0 | 1010000 | 10010 | 10000011 | 1100000 | 101010 |
Color Harmonies of #04D22B
Complementary color
Monochromatic Colors of #04D22B
Black with #04D22B
Text Example
Text Example
White with #04D22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D22B; }
p { color: rgb(4,210,43); }
H1.HeaderClassName
{
color: #04D22B;
}
.AnyTagClassName
{
color: #04D22B;
}
</style>
background-color css
<style>
a { background-color: #04D22B; }
a { background-color: rgb(4,210,43); }
div.DivClassName
{
background-color: #04D22B;
}
.BgClassName
{
background-color: #04D22B;
}
</style>
border-color css
<style>
span { border-color: #04D22B; }
span { border-color: rgb(4,210,43); }
td.TdClassName
{
border-color: #04D22B;
}
.TagClassName
{
border-color: #04D22B;
}
</style>