Shades of Dark Pastel Green #04D223
Tints of Dark Pastel Green #04D223
RGB
CMYK
RGB Variations
Color information
#04D223 (or 0x04D223) is known color: Dark Pastel Green. HEX triplet: 04, D2 and 23. RGB value is (4,210,35). Sum of RGB (Red+Green+Blue) = 4+210+35=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 210 (82.42% from 255 or 84.34% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 210 - color contains mainly: green. Hex color #04D223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D223 is #FB2DDC. Grayscale: #808080. Windows color (decimal): -16461277 or 2347524. OLE color: 2347524.
HSL color Cylindrical-coordinate representation of color #04D223: hue angle of 129.03º 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 #04D223 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 35 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.18 |
| HSL | 129.03º | 0.96% | 0.42% | - |
| HSV(B) | 129.03º | 0.98% | 0.82% | - |
| XYZ | 23.4 | 46.24 | 9.28 | - |
| YUV | 128.46 | 75.25 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 35 | 0.98 | 0 | 0.83 | 0.18 | 129.03 | 0.96 | 0.42 |
| Hex | 4 | D2 | 23 | 62 | 0 | 53 | 12 | 81 | 60 | 2A |
| Octal | 4 | 322 | 43 | 142 | 0 | 123 | 22 | 201 | 140 | 52 |
| Binary | 100 | 11010010 | 100011 | 1100010 | 0 | 1010011 | 10010 | 10000001 | 1100000 | 101010 |
Color Harmonies of #04D223
Complementary color
Monochromatic Colors of #04D223
Black with #04D223
Text Example
Text Example
White with #04D223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D223; }
p { color: rgb(4,210,35); }
H1.HeaderClassName
{
color: #04D223;
}
.AnyTagClassName
{
color: #04D223;
}
</style>
background-color css
<style>
a { background-color: #04D223; }
a { background-color: rgb(4,210,35); }
div.DivClassName
{
background-color: #04D223;
}
.BgClassName
{
background-color: #04D223;
}
</style>
border-color css
<style>
span { border-color: #04D223; }
span { border-color: rgb(4,210,35); }
td.TdClassName
{
border-color: #04D223;
}
.TagClassName
{
border-color: #04D223;
}
</style>