Shades of Pigment Green #04BB55
Tints of Pigment Green #04BB55
RGB
CMYK
RGB Variations
Color information
#04BB55 (or 0x04BB55) is known color: Pigment Green. HEX triplet: 04, BB and 55. RGB value is (4,187,85). Sum of RGB (Red+Green+Blue) = 4+187+85=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 187 (73.44% from 255 or 67.75% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB55 is #FB44AA. Grayscale: #787878. Windows color (decimal): -16467115 or 5618436. OLE color: 5618436.
HSL color Cylindrical-coordinate representation of color #04BB55: hue angle of 146.56º 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 #04BB55 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 85 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.27 |
| HSL | 146.56º | 0.96% | 0.37% | - |
| HSV(B) | 146.56º | 0.98% | 0.73% | - |
| XYZ | 19.46 | 36.22 | 14.56 | - |
| YUV | 120.66 | 107.87 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 85 | 0.98 | 0 | 0.55 | 0.27 | 146.56 | 0.96 | 0.37 |
| Hex | 4 | BB | 55 | 62 | 0 | 37 | 1B | 93 | 60 | 25 |
| Octal | 4 | 273 | 125 | 142 | 0 | 67 | 33 | 223 | 140 | 45 |
| Binary | 100 | 10111011 | 1010101 | 1100010 | 0 | 110111 | 11011 | 10010011 | 1100000 | 100101 |
Color Harmonies of #04BB55
Complementary color
Monochromatic Colors of #04BB55
Black with #04BB55
Text Example
Text Example
White with #04BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BB55; }
p { color: rgb(4,187,85); }
H1.HeaderClassName
{
color: #04BB55;
}
.AnyTagClassName
{
color: #04BB55;
}
</style>
background-color css
<style>
a { background-color: #04BB55; }
a { background-color: rgb(4,187,85); }
div.DivClassName
{
background-color: #04BB55;
}
.BgClassName
{
background-color: #04BB55;
}
</style>
border-color css
<style>
span { border-color: #04BB55; }
span { border-color: rgb(4,187,85); }
td.TdClassName
{
border-color: #04BB55;
}
.TagClassName
{
border-color: #04BB55;
}
</style>