Shades of Pigment Green #04BB5B
Tints of Pigment Green #04BB5B
RGB
CMYK
RGB Variations
Color information
#04BB5B (or 0x04BB5B) is known color: Pigment Green. HEX triplet: 04, BB and 5B. RGB value is (4,187,91). Sum of RGB (Red+Green+Blue) = 4+187+91=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 187 (73.44% from 255 or 66.31% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB5B is #FB44A4. Grayscale: #797979. Windows color (decimal): -16467109 or 6011652. OLE color: 6011652.
HSL color Cylindrical-coordinate representation of color #04BB5B: hue angle of 148.52º 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 #04BB5B is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 91 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.27 |
| HSL | 148.52º | 0.96% | 0.37% | - |
| HSV(B) | 148.52º | 0.98% | 0.73% | - |
| XYZ | 19.71 | 36.32 | 15.87 | - |
| YUV | 121.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 91 | 0.98 | 0 | 0.51 | 0.27 | 148.52 | 0.96 | 0.37 |
| Hex | 4 | BB | 5B | 62 | 0 | 33 | 1B | 95 | 60 | 25 |
| Octal | 4 | 273 | 133 | 142 | 0 | 63 | 33 | 225 | 140 | 45 |
| Binary | 100 | 10111011 | 1011011 | 1100010 | 0 | 110011 | 11011 | 10010101 | 1100000 | 100101 |
Color Harmonies of #04BB5B
Complementary color
Monochromatic Colors of #04BB5B
Black with #04BB5B
Text Example
Text Example
White with #04BB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BB5B; }
p { color: rgb(4,187,91); }
H1.HeaderClassName
{
color: #04BB5B;
}
.AnyTagClassName
{
color: #04BB5B;
}
</style>
background-color css
<style>
a { background-color: #04BB5B; }
a { background-color: rgb(4,187,91); }
div.DivClassName
{
background-color: #04BB5B;
}
.BgClassName
{
background-color: #04BB5B;
}
</style>
border-color css
<style>
span { border-color: #04BB5B; }
span { border-color: rgb(4,187,91); }
td.TdClassName
{
border-color: #04BB5B;
}
.TagClassName
{
border-color: #04BB5B;
}
</style>