Shades of Dark Pastel Green #04D12D
Tints of Dark Pastel Green #04D12D
RGB
CMYK
RGB Variations
Color information
#04D12D (or 0x04D12D) is known color: Dark Pastel Green. HEX triplet: 04, D1 and 2D. RGB value is (4,209,45). Sum of RGB (Red+Green+Blue) = 4+209+45=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 209 (82.03% from 255 or 81.01% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 209 - color contains mainly: green. Hex color #04D12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D12D is #FB2ED2. Grayscale: #818181. Windows color (decimal): -16461523 or 3002628. OLE color: 3002628.
HSL color Cylindrical-coordinate representation of color #04D12D: hue angle of 132º 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 #04D12D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 209 | 45 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.18 |
| HSL | 132º | 0.96% | 0.42% | - |
| HSV(B) | 132º | 0.98% | 0.82% | - |
| XYZ | 23.32 | 45.82 | 10.1 | - |
| YUV | 129.01 | 80.58 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 45 | 0.98 | 0 | 0.78 | 0.18 | 132 | 0.96 | 0.42 |
| Hex | 4 | D1 | 2D | 62 | 0 | 4E | 12 | 84 | 60 | 2A |
| Octal | 4 | 321 | 55 | 142 | 0 | 116 | 22 | 204 | 140 | 52 |
| Binary | 100 | 11010001 | 101101 | 1100010 | 0 | 1001110 | 10010 | 10000100 | 1100000 | 101010 |
Color Harmonies of #04D12D
Complementary color
Monochromatic Colors of #04D12D
Black with #04D12D
Text Example
Text Example
White with #04D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D12D; }
p { color: rgb(4,209,45); }
H1.HeaderClassName
{
color: #04D12D;
}
.AnyTagClassName
{
color: #04D12D;
}
</style>
background-color css
<style>
a { background-color: #04D12D; }
a { background-color: rgb(4,209,45); }
div.DivClassName
{
background-color: #04D12D;
}
.BgClassName
{
background-color: #04D12D;
}
</style>
border-color css
<style>
span { border-color: #04D12D; }
span { border-color: rgb(4,209,45); }
td.TdClassName
{
border-color: #04D12D;
}
.TagClassName
{
border-color: #04D12D;
}
</style>