Shades of Dark Pastel Green #04BA43
Tints of Dark Pastel Green #04BA43
RGB
CMYK
RGB Variations
Color information
#04BA43 (or 0x04BA43) is known color: Dark Pastel Green. HEX triplet: 04, BA and 43. RGB value is (4,186,67). Sum of RGB (Red+Green+Blue) = 4+186+67=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA43 is #FB45BC. Grayscale: #767676. Windows color (decimal): -16467389 or 4438532. OLE color: 4438532.
HSL color Cylindrical-coordinate representation of color #04BA43: hue angle of 140.77º 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 #04BA43 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 67 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.27 |
| HSL | 140.77º | 0.96% | 0.37% | - |
| HSV(B) | 140.77º | 0.98% | 0.73% | - |
| XYZ | 18.62 | 35.55 | 11.19 | - |
| YUV | 118.02 | 99.2 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 67 | 0.98 | 0 | 0.64 | 0.27 | 140.77 | 0.96 | 0.37 |
| Hex | 4 | BA | 43 | 62 | 0 | 40 | 1B | 8D | 60 | 25 |
| Octal | 4 | 272 | 103 | 142 | 0 | 100 | 33 | 215 | 140 | 45 |
| Binary | 100 | 10111010 | 1000011 | 1100010 | 0 | 1000000 | 11011 | 10001101 | 1100000 | 100101 |
Color Harmonies of #04BA43
Complementary color
Monochromatic Colors of #04BA43
Black with #04BA43
Text Example
Text Example
White with #04BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA43; }
p { color: rgb(4,186,67); }
H1.HeaderClassName
{
color: #04BA43;
}
.AnyTagClassName
{
color: #04BA43;
}
</style>
background-color css
<style>
a { background-color: #04BA43; }
a { background-color: rgb(4,186,67); }
div.DivClassName
{
background-color: #04BA43;
}
.BgClassName
{
background-color: #04BA43;
}
</style>
border-color css
<style>
span { border-color: #04BA43; }
span { border-color: rgb(4,186,67); }
td.TdClassName
{
border-color: #04BA43;
}
.TagClassName
{
border-color: #04BA43;
}
</style>