Shades of Dark Pastel Green #04BA32
Tints of Dark Pastel Green #04BA32
RGB
CMYK
RGB Variations
Color information
#04BA32 (or 0x04BA32) is known color: Dark Pastel Green. HEX triplet: 04, BA and 32. RGB value is (4,186,50). Sum of RGB (Red+Green+Blue) = 4+186+50=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA32 is #FB45CD. Grayscale: #747474. Windows color (decimal): -16467406 or 3324420. OLE color: 3324420.
HSL color Cylindrical-coordinate representation of color #04BA32: hue angle of 135.16º 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 #04BA32 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 50 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.27 |
| HSL | 135.16º | 0.96% | 0.37% | - |
| HSV(B) | 135.16º | 0.98% | 0.73% | - |
| XYZ | 18.18 | 35.37 | 8.89 | - |
| YUV | 116.08 | 90.7 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 50 | 0.98 | 0 | 0.73 | 0.27 | 135.16 | 0.96 | 0.37 |
| Hex | 4 | BA | 32 | 62 | 0 | 49 | 1B | 87 | 60 | 25 |
| Octal | 4 | 272 | 62 | 142 | 0 | 111 | 33 | 207 | 140 | 45 |
| Binary | 100 | 10111010 | 110010 | 1100010 | 0 | 1001001 | 11011 | 10000111 | 1100000 | 100101 |
Color Harmonies of #04BA32
Complementary color
Monochromatic Colors of #04BA32
Black with #04BA32
Text Example
Text Example
White with #04BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA32; }
p { color: rgb(4,186,50); }
H1.HeaderClassName
{
color: #04BA32;
}
.AnyTagClassName
{
color: #04BA32;
}
</style>
background-color css
<style>
a { background-color: #04BA32; }
a { background-color: rgb(4,186,50); }
div.DivClassName
{
background-color: #04BA32;
}
.BgClassName
{
background-color: #04BA32;
}
</style>
border-color css
<style>
span { border-color: #04BA32; }
span { border-color: rgb(4,186,50); }
td.TdClassName
{
border-color: #04BA32;
}
.TagClassName
{
border-color: #04BA32;
}
</style>