Shades of Dark Pastel Green #04D12B
Tints of Dark Pastel Green #04D12B
RGB
CMYK
RGB Variations
Color information
#04D12B (or 0x04D12B) is known color: Dark Pastel Green. HEX triplet: 04, D1 and 2B. RGB value is (4,209,43). Sum of RGB (Red+Green+Blue) = 4+209+43=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 209 (82.03% from 255 or 81.64% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 209 - color contains mainly: green. Hex color #04D12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D12B is #FB2ED4. Grayscale: #818181. Windows color (decimal): -16461525 or 2871556. OLE color: 2871556.
HSL color Cylindrical-coordinate representation of color #04D12B: hue angle of 131.41º 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 #04D12B is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 209 | 43 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.18 |
| HSL | 131.41º | 0.96% | 0.42% | - |
| HSV(B) | 131.41º | 0.98% | 0.82% | - |
| XYZ | 23.29 | 45.8 | 9.9 | - |
| YUV | 128.78 | 79.58 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 43 | 0.98 | 0 | 0.79 | 0.18 | 131.41 | 0.96 | 0.42 |
| Hex | 4 | D1 | 2B | 62 | 0 | 4F | 12 | 83 | 60 | 2A |
| Octal | 4 | 321 | 53 | 142 | 0 | 117 | 22 | 203 | 140 | 52 |
| Binary | 100 | 11010001 | 101011 | 1100010 | 0 | 1001111 | 10010 | 10000011 | 1100000 | 101010 |
Color Harmonies of #04D12B
Complementary color
Monochromatic Colors of #04D12B
Black with #04D12B
Text Example
Text Example
White with #04D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D12B; }
p { color: rgb(4,209,43); }
H1.HeaderClassName
{
color: #04D12B;
}
.AnyTagClassName
{
color: #04D12B;
}
</style>
background-color css
<style>
a { background-color: #04D12B; }
a { background-color: rgb(4,209,43); }
div.DivClassName
{
background-color: #04D12B;
}
.BgClassName
{
background-color: #04D12B;
}
</style>
border-color css
<style>
span { border-color: #04D12B; }
span { border-color: rgb(4,209,43); }
td.TdClassName
{
border-color: #04D12B;
}
.TagClassName
{
border-color: #04D12B;
}
</style>