Shades of Dark Pastel Green #04BA47
Tints of Dark Pastel Green #04BA47
RGB
CMYK
RGB Variations
Color information
#04BA47 (or 0x04BA47) is known color: Dark Pastel Green. HEX triplet: 04, BA and 47. RGB value is (4,186,71). Sum of RGB (Red+Green+Blue) = 4+186+71=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA47 is #FB45B8. Grayscale: #767676. Windows color (decimal): -16467385 or 4700676. OLE color: 4700676.
HSL color Cylindrical-coordinate representation of color #04BA47: hue angle of 142.09º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA47 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 71 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.27 |
| HSL | 142.09º | 0.96% | 0.37% | - |
| HSV(B) | 142.09º | 0.98% | 0.73% | - |
| XYZ | 18.75 | 35.6 | 11.84 | - |
| YUV | 118.47 | 101.2 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 71 | 0.98 | 0 | 0.62 | 0.27 | 142.09 | 0.96 | 0.37 |
| Hex | 4 | BA | 47 | 62 | 0 | 3E | 1B | 8E | 60 | 25 |
| Octal | 4 | 272 | 107 | 142 | 0 | 76 | 33 | 216 | 140 | 45 |
| Binary | 100 | 10111010 | 1000111 | 1100010 | 0 | 111110 | 11011 | 10001110 | 1100000 | 100101 |
Color Harmonies of #04BA47
Complementary color
Monochromatic Colors of #04BA47
Black with #04BA47
Text Example
Text Example
White with #04BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA47; }
p { color: rgb(4,186,71); }
H1.HeaderClassName
{
color: #04BA47;
}
.AnyTagClassName
{
color: #04BA47;
}
</style>
background-color css
<style>
a { background-color: #04BA47; }
a { background-color: rgb(4,186,71); }
div.DivClassName
{
background-color: #04BA47;
}
.BgClassName
{
background-color: #04BA47;
}
</style>
border-color css
<style>
span { border-color: #04BA47; }
span { border-color: rgb(4,186,71); }
td.TdClassName
{
border-color: #04BA47;
}
.TagClassName
{
border-color: #04BA47;
}
</style>