Shades of Dark Pastel Green #04BD44
Tints of Dark Pastel Green #04BD44
RGB
CMYK
RGB Variations
Color information
#04BD44 (or 0x04BD44) is known color: Dark Pastel Green. HEX triplet: 04, BD and 44. RGB value is (4,189,68). Sum of RGB (Red+Green+Blue) = 4+189+68=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD44 is #FB42BB. Grayscale: #787878. Windows color (decimal): -16466620 or 4504836. OLE color: 4504836.
HSL color Cylindrical-coordinate representation of color #04BD44: hue angle of 140.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD44 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 68 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.26 |
| HSL | 140.76º | 0.96% | 0.38% | - |
| HSV(B) | 140.76º | 0.98% | 0.74% | - |
| XYZ | 19.29 | 36.84 | 11.56 | - |
| YUV | 119.89 | 98.71 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 68 | 0.98 | 0 | 0.64 | 0.26 | 140.76 | 0.96 | 0.38 |
| Hex | 4 | BD | 44 | 62 | 0 | 40 | 1A | 8D | 60 | 26 |
| Octal | 4 | 275 | 104 | 142 | 0 | 100 | 32 | 215 | 140 | 46 |
| Binary | 100 | 10111101 | 1000100 | 1100010 | 0 | 1000000 | 11010 | 10001101 | 1100000 | 100110 |
Color Harmonies of #04BD44
Complementary color
Monochromatic Colors of #04BD44
Black with #04BD44
Text Example
Text Example
White with #04BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD44; }
p { color: rgb(4,189,68); }
H1.HeaderClassName
{
color: #04BD44;
}
.AnyTagClassName
{
color: #04BD44;
}
</style>
background-color css
<style>
a { background-color: #04BD44; }
a { background-color: rgb(4,189,68); }
div.DivClassName
{
background-color: #04BD44;
}
.BgClassName
{
background-color: #04BD44;
}
</style>
border-color css
<style>
span { border-color: #04BD44; }
span { border-color: rgb(4,189,68); }
td.TdClassName
{
border-color: #04BD44;
}
.TagClassName
{
border-color: #04BD44;
}
</style>