Shades of Dark Pastel Green #04BA44
Tints of Dark Pastel Green #04BA44
RGB
CMYK
RGB Variations
Color information
#04BA44 (or 0x04BA44) is known color: Dark Pastel Green. HEX triplet: 04, BA and 44. RGB value is (4,186,68). Sum of RGB (Red+Green+Blue) = 4+186+68=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA44 is #FB45BB. Grayscale: #767676. Windows color (decimal): -16467388 or 4504068. OLE color: 4504068.
HSL color Cylindrical-coordinate representation of color #04BA44: hue angle of 141.1º 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 #04BA44 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 68 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.27 |
| HSL | 141.1º | 0.96% | 0.37% | - |
| HSV(B) | 141.1º | 0.98% | 0.73% | - |
| XYZ | 18.65 | 35.56 | 11.35 | - |
| YUV | 118.13 | 99.7 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 68 | 0.98 | 0 | 0.63 | 0.27 | 141.1 | 0.96 | 0.37 |
| Hex | 4 | BA | 44 | 62 | 0 | 3F | 1B | 8D | 60 | 25 |
| Octal | 4 | 272 | 104 | 142 | 0 | 77 | 33 | 215 | 140 | 45 |
| Binary | 100 | 10111010 | 1000100 | 1100010 | 0 | 111111 | 11011 | 10001101 | 1100000 | 100101 |
Color Harmonies of #04BA44
Complementary color
Monochromatic Colors of #04BA44
Black with #04BA44
Text Example
Text Example
White with #04BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA44; }
p { color: rgb(4,186,68); }
H1.HeaderClassName
{
color: #04BA44;
}
.AnyTagClassName
{
color: #04BA44;
}
</style>
background-color css
<style>
a { background-color: #04BA44; }
a { background-color: rgb(4,186,68); }
div.DivClassName
{
background-color: #04BA44;
}
.BgClassName
{
background-color: #04BA44;
}
</style>
border-color css
<style>
span { border-color: #04BA44; }
span { border-color: rgb(4,186,68); }
td.TdClassName
{
border-color: #04BA44;
}
.TagClassName
{
border-color: #04BA44;
}
</style>