Shades of Pigment Green #04BA5C
Tints of Pigment Green #04BA5C
RGB
CMYK
RGB Variations
Color information
#04BA5C (or 0x04BA5C) is known color: Pigment Green. HEX triplet: 04, BA and 5C. RGB value is (4,186,92). Sum of RGB (Red+Green+Blue) = 4+186+92=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA5C is #FB45A3. Grayscale: #797979. Windows color (decimal): -16467364 or 6076932. OLE color: 6076932.
HSL color Cylindrical-coordinate representation of color #04BA5C: hue angle of 149.01º 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 #04BA5C is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 92 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.27 |
| HSL | 149.01º | 0.96% | 0.37% | - |
| HSV(B) | 149.01º | 0.98% | 0.73% | - |
| XYZ | 19.54 | 35.92 | 16.03 | - |
| YUV | 120.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 92 | 0.98 | 0 | 0.51 | 0.27 | 149.01 | 0.96 | 0.37 |
| Hex | 4 | BA | 5C | 62 | 0 | 33 | 1B | 95 | 60 | 25 |
| Octal | 4 | 272 | 134 | 142 | 0 | 63 | 33 | 225 | 140 | 45 |
| Binary | 100 | 10111010 | 1011100 | 1100010 | 0 | 110011 | 11011 | 10010101 | 1100000 | 100101 |
Color Harmonies of #04BA5C
Complementary color
Monochromatic Colors of #04BA5C
Black with #04BA5C
Text Example
Text Example
White with #04BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA5C; }
p { color: rgb(4,186,92); }
H1.HeaderClassName
{
color: #04BA5C;
}
.AnyTagClassName
{
color: #04BA5C;
}
</style>
background-color css
<style>
a { background-color: #04BA5C; }
a { background-color: rgb(4,186,92); }
div.DivClassName
{
background-color: #04BA5C;
}
.BgClassName
{
background-color: #04BA5C;
}
</style>
border-color css
<style>
span { border-color: #04BA5C; }
span { border-color: rgb(4,186,92); }
td.TdClassName
{
border-color: #04BA5C;
}
.TagClassName
{
border-color: #04BA5C;
}
</style>