Shades of Dark Pastel Green #04D03D
Tints of Dark Pastel Green #04D03D
RGB
CMYK
RGB Variations
Color information
#04D03D (or 0x04D03D) is known color: Dark Pastel Green. HEX triplet: 04, D0 and 3D. RGB value is (4,208,61). Sum of RGB (Red+Green+Blue) = 4+208+61=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #04D03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D03D is #FB2FC2. Grayscale: #828282. Windows color (decimal): -16461763 or 4050948. OLE color: 4050948.
HSL color Cylindrical-coordinate representation of color #04D03D: hue angle of 136.76º 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 #04D03D is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 208 | 61 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.18 |
| HSL | 136.76º | 0.96% | 0.42% | - |
| HSV(B) | 136.76º | 0.98% | 0.82% | - |
| XYZ | 23.45 | 45.47 | 11.96 | - |
| YUV | 130.25 | 88.91 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 61 | 0.98 | 0 | 0.71 | 0.18 | 136.76 | 0.96 | 0.42 |
| Hex | 4 | D0 | 3D | 62 | 0 | 47 | 12 | 89 | 60 | 2A |
| Octal | 4 | 320 | 75 | 142 | 0 | 107 | 22 | 211 | 140 | 52 |
| Binary | 100 | 11010000 | 111101 | 1100010 | 0 | 1000111 | 10010 | 10001001 | 1100000 | 101010 |
Color Harmonies of #04D03D
Complementary color
Monochromatic Colors of #04D03D
Black with #04D03D
Text Example
Text Example
White with #04D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D03D; }
p { color: rgb(4,208,61); }
H1.HeaderClassName
{
color: #04D03D;
}
.AnyTagClassName
{
color: #04D03D;
}
</style>
background-color css
<style>
a { background-color: #04D03D; }
a { background-color: rgb(4,208,61); }
div.DivClassName
{
background-color: #04D03D;
}
.BgClassName
{
background-color: #04D03D;
}
</style>
border-color css
<style>
span { border-color: #04D03D; }
span { border-color: rgb(4,208,61); }
td.TdClassName
{
border-color: #04D03D;
}
.TagClassName
{
border-color: #04D03D;
}
</style>