Shades of Pigment Green #04BA51
Tints of Pigment Green #04BA51
RGB
CMYK
RGB Variations
Color information
#04BA51 (or 0x04BA51) is known color: Pigment Green. HEX triplet: 04, BA and 51. RGB value is (4,186,81). Sum of RGB (Red+Green+Blue) = 4+186+81=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA51 is #FB45AE. Grayscale: #777777. Windows color (decimal): -16467375 or 5356036. OLE color: 5356036.
HSL color Cylindrical-coordinate representation of color #04BA51: hue angle of 145.38º 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 #04BA51 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 81 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.27 |
| HSL | 145.38º | 0.96% | 0.37% | - |
| HSV(B) | 145.38º | 0.98% | 0.73% | - |
| XYZ | 19.09 | 35.74 | 13.68 | - |
| YUV | 119.61 | 106.2 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 81 | 0.98 | 0 | 0.56 | 0.27 | 145.38 | 0.96 | 0.37 |
| Hex | 4 | BA | 51 | 62 | 0 | 38 | 1B | 91 | 60 | 25 |
| Octal | 4 | 272 | 121 | 142 | 0 | 70 | 33 | 221 | 140 | 45 |
| Binary | 100 | 10111010 | 1010001 | 1100010 | 0 | 111000 | 11011 | 10010001 | 1100000 | 100101 |
Color Harmonies of #04BA51
Complementary color
Monochromatic Colors of #04BA51
Black with #04BA51
Text Example
Text Example
White with #04BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA51; }
p { color: rgb(4,186,81); }
H1.HeaderClassName
{
color: #04BA51;
}
.AnyTagClassName
{
color: #04BA51;
}
</style>
background-color css
<style>
a { background-color: #04BA51; }
a { background-color: rgb(4,186,81); }
div.DivClassName
{
background-color: #04BA51;
}
.BgClassName
{
background-color: #04BA51;
}
</style>
border-color css
<style>
span { border-color: #04BA51; }
span { border-color: rgb(4,186,81); }
td.TdClassName
{
border-color: #04BA51;
}
.TagClassName
{
border-color: #04BA51;
}
</style>