Shades of Pigment Green #04BC54
Tints of Pigment Green #04BC54
RGB
CMYK
RGB Variations
Color information
#04BC54 (or 0x04BC54) is known color: Pigment Green. HEX triplet: 04, BC and 54. RGB value is (4,188,84). Sum of RGB (Red+Green+Blue) = 4+188+84=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC54 is #FB43AB. Grayscale: #797979. Windows color (decimal): -16466860 or 5553156. OLE color: 5553156.
HSL color Cylindrical-coordinate representation of color #04BC54: hue angle of 146.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BC54 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 84 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.26 |
| HSL | 146.09º | 0.96% | 0.38% | - |
| HSV(B) | 146.09º | 0.98% | 0.74% | - |
| XYZ | 19.63 | 36.63 | 14.42 | - |
| YUV | 121.13 | 107.04 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 84 | 0.98 | 0 | 0.55 | 0.26 | 146.09 | 0.96 | 0.38 |
| Hex | 4 | BC | 54 | 62 | 0 | 37 | 1A | 92 | 60 | 26 |
| Octal | 4 | 274 | 124 | 142 | 0 | 67 | 32 | 222 | 140 | 46 |
| Binary | 100 | 10111100 | 1010100 | 1100010 | 0 | 110111 | 11010 | 10010010 | 1100000 | 100110 |
Color Harmonies of #04BC54
Complementary color
Monochromatic Colors of #04BC54
Black with #04BC54
Text Example
Text Example
White with #04BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC54; }
p { color: rgb(4,188,84); }
H1.HeaderClassName
{
color: #04BC54;
}
.AnyTagClassName
{
color: #04BC54;
}
</style>
background-color css
<style>
a { background-color: #04BC54; }
a { background-color: rgb(4,188,84); }
div.DivClassName
{
background-color: #04BC54;
}
.BgClassName
{
background-color: #04BC54;
}
</style>
border-color css
<style>
span { border-color: #04BC54; }
span { border-color: rgb(4,188,84); }
td.TdClassName
{
border-color: #04BC54;
}
.TagClassName
{
border-color: #04BC54;
}
</style>