Shades of Pigment Green #04BA5B
Tints of Pigment Green #04BA5B
RGB
CMYK
RGB Variations
Color information
#04BA5B (or 0x04BA5B) is known color: Pigment Green. HEX triplet: 04, BA and 5B. RGB value is (4,186,91). Sum of RGB (Red+Green+Blue) = 4+186+91=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA5B is #FB45A4. Grayscale: #787878. Windows color (decimal): -16467365 or 6011396. OLE color: 6011396.
HSL color Cylindrical-coordinate representation of color #04BA5B: hue angle of 148.68º 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 #04BA5B is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 91 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.27 |
| HSL | 148.68º | 0.96% | 0.37% | - |
| HSV(B) | 148.68º | 0.98% | 0.73% | - |
| XYZ | 19.5 | 35.9 | 15.8 | - |
| YUV | 120.75 | 111.2 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 91 | 0.98 | 0 | 0.51 | 0.27 | 148.68 | 0.96 | 0.37 |
| Hex | 4 | BA | 5B | 62 | 0 | 33 | 1B | 95 | 60 | 25 |
| Octal | 4 | 272 | 133 | 142 | 0 | 63 | 33 | 225 | 140 | 45 |
| Binary | 100 | 10111010 | 1011011 | 1100010 | 0 | 110011 | 11011 | 10010101 | 1100000 | 100101 |
Color Harmonies of #04BA5B
Complementary color
Monochromatic Colors of #04BA5B
Black with #04BA5B
Text Example
Text Example
White with #04BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA5B; }
p { color: rgb(4,186,91); }
H1.HeaderClassName
{
color: #04BA5B;
}
.AnyTagClassName
{
color: #04BA5B;
}
</style>
background-color css
<style>
a { background-color: #04BA5B; }
a { background-color: rgb(4,186,91); }
div.DivClassName
{
background-color: #04BA5B;
}
.BgClassName
{
background-color: #04BA5B;
}
</style>
border-color css
<style>
span { border-color: #04BA5B; }
span { border-color: rgb(4,186,91); }
td.TdClassName
{
border-color: #04BA5B;
}
.TagClassName
{
border-color: #04BA5B;
}
</style>