Shades of Pigment Green #04BC5E
Tints of Pigment Green #04BC5E
RGB
CMYK
RGB Variations
Color information
#04BC5E (or 0x04BC5E) is known color: Pigment Green. HEX triplet: 04, BC and 5E. RGB value is (4,188,94). Sum of RGB (Red+Green+Blue) = 4+188+94=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC5E is #FB43A1. Grayscale: #7A7A7A. Windows color (decimal): -16466850 or 6208516. OLE color: 6208516.
HSL color Cylindrical-coordinate representation of color #04BC5E: hue angle of 149.35º 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 #04BC5E is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 94 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.26 |
| HSL | 149.35º | 0.96% | 0.38% | - |
| HSV(B) | 149.35º | 0.98% | 0.74% | - |
| XYZ | 20.05 | 36.8 | 16.64 | - |
| YUV | 122.27 | 112.04 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 94 | 0.98 | 0 | 0.50 | 0.26 | 149.35 | 0.96 | 0.38 |
| Hex | 4 | BC | 5E | 62 | 0 | 32 | 1A | 95 | 60 | 26 |
| Octal | 4 | 274 | 136 | 142 | 0 | 62 | 32 | 225 | 140 | 46 |
| Binary | 100 | 10111100 | 1011110 | 1100010 | 0 | 110010 | 11010 | 10010101 | 1100000 | 100110 |
Color Harmonies of #04BC5E
Complementary color
Monochromatic Colors of #04BC5E
Black with #04BC5E
Text Example
Text Example
White with #04BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC5E; }
p { color: rgb(4,188,94); }
H1.HeaderClassName
{
color: #04BC5E;
}
.AnyTagClassName
{
color: #04BC5E;
}
</style>
background-color css
<style>
a { background-color: #04BC5E; }
a { background-color: rgb(4,188,94); }
div.DivClassName
{
background-color: #04BC5E;
}
.BgClassName
{
background-color: #04BC5E;
}
</style>
border-color css
<style>
span { border-color: #04BC5E; }
span { border-color: rgb(4,188,94); }
td.TdClassName
{
border-color: #04BC5E;
}
.TagClassName
{
border-color: #04BC5E;
}
</style>