Shades of Dark Pastel Green #04D538
Tints of Dark Pastel Green #04D538
RGB
CMYK
RGB Variations
Color information
#04D538 (or 0x04D538) is known color: Dark Pastel Green. HEX triplet: 04, D5 and 38. RGB value is (4,213,56). Sum of RGB (Red+Green+Blue) = 4+213+56=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #04D538 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D538 is #FB2AC7. Grayscale: #858585. Windows color (decimal): -16460488 or 3724548. OLE color: 3724548.
HSL color Cylindrical-coordinate representation of color #04D538: hue angle of 134.93º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D538 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 213 | 56 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.16 |
| HSL | 134.93º | 0.96% | 0.43% | - |
| HSV(B) | 134.93º | 0.98% | 0.84% | - |
| XYZ | 24.56 | 47.9 | 11.69 | - |
| YUV | 132.61 | 84.76 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 56 | 0.98 | 0 | 0.74 | 0.16 | 134.93 | 0.96 | 0.43 |
| Hex | 4 | D5 | 38 | 62 | 0 | 4A | 10 | 87 | 60 | 2B |
| Octal | 4 | 325 | 70 | 142 | 0 | 112 | 20 | 207 | 140 | 53 |
| Binary | 100 | 11010101 | 111000 | 1100010 | 0 | 1001010 | 10000 | 10000111 | 1100000 | 101011 |
Color Harmonies of #04D538
Complementary color
Monochromatic Colors of #04D538
Black with #04D538
Text Example
Text Example
White with #04D538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D538; }
p { color: rgb(4,213,56); }
H1.HeaderClassName
{
color: #04D538;
}
.AnyTagClassName
{
color: #04D538;
}
</style>
background-color css
<style>
a { background-color: #04D538; }
a { background-color: rgb(4,213,56); }
div.DivClassName
{
background-color: #04D538;
}
.BgClassName
{
background-color: #04D538;
}
</style>
border-color css
<style>
span { border-color: #04D538; }
span { border-color: rgb(4,213,56); }
td.TdClassName
{
border-color: #04D538;
}
.TagClassName
{
border-color: #04D538;
}
</style>