Shades of Dark Pastel Green #04D82A
Tints of Dark Pastel Green #04D82A
RGB
CMYK
RGB Variations
Color information
#04D82A (or 0x04D82A) is known color: Dark Pastel Green. HEX triplet: 04, D8 and 2A. RGB value is (4,216,42). Sum of RGB (Red+Green+Blue) = 4+216+42=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 216 (84.77% from 255 or 82.44% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 216 - color contains mainly: green. Hex color #04D82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D82A is #FB27D5. Grayscale: #858585. Windows color (decimal): -16459734 or 2807812. OLE color: 2807812.
HSL color Cylindrical-coordinate representation of color #04D82A: hue angle of 130.75º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D82A is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 216 | 42 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.15 |
| HSL | 130.75º | 0.96% | 0.43% | - |
| HSV(B) | 130.75º | 0.98% | 0.85% | - |
| XYZ | 25.02 | 49.3 | 10.39 | - |
| YUV | 132.78 | 76.76 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 42 | 0.98 | 0 | 0.81 | 0.15 | 130.75 | 0.96 | 0.43 |
| Hex | 4 | D8 | 2A | 62 | 0 | 51 | F | 83 | 60 | 2B |
| Octal | 4 | 330 | 52 | 142 | 0 | 121 | 17 | 203 | 140 | 53 |
| Binary | 100 | 11011000 | 101010 | 1100010 | 0 | 1010001 | 1111 | 10000011 | 1100000 | 101011 |
Color Harmonies of #04D82A
Complementary color
Monochromatic Colors of #04D82A
Black with #04D82A
Text Example
Text Example
White with #04D82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D82A; }
p { color: rgb(4,216,42); }
H1.HeaderClassName
{
color: #04D82A;
}
.AnyTagClassName
{
color: #04D82A;
}
</style>
background-color css
<style>
a { background-color: #04D82A; }
a { background-color: rgb(4,216,42); }
div.DivClassName
{
background-color: #04D82A;
}
.BgClassName
{
background-color: #04D82A;
}
</style>
border-color css
<style>
span { border-color: #04D82A; }
span { border-color: rgb(4,216,42); }
td.TdClassName
{
border-color: #04D82A;
}
.TagClassName
{
border-color: #04D82A;
}
</style>