Shades of Pigment Green #04BD5A
Tints of Pigment Green #04BD5A
RGB
CMYK
RGB Variations
Color information
#04BD5A (or 0x04BD5A) is known color: Pigment Green. HEX triplet: 04, BD and 5A. RGB value is (4,189,90). Sum of RGB (Red+Green+Blue) = 4+189+90=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD5A is #FB42A5. Grayscale: #7A7A7A. Windows color (decimal): -16466598 or 5946628. OLE color: 5946628.
HSL color Cylindrical-coordinate representation of color #04BD5A: hue angle of 147.89º 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 #04BD5A is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 90 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.26 |
| HSL | 147.89º | 0.96% | 0.38% | - |
| HSV(B) | 147.89º | 0.98% | 0.74% | - |
| XYZ | 20.09 | 37.16 | 15.79 | - |
| YUV | 122.4 | 109.71 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 90 | 0.98 | 0 | 0.52 | 0.26 | 147.89 | 0.96 | 0.38 |
| Hex | 4 | BD | 5A | 62 | 0 | 34 | 1A | 94 | 60 | 26 |
| Octal | 4 | 275 | 132 | 142 | 0 | 64 | 32 | 224 | 140 | 46 |
| Binary | 100 | 10111101 | 1011010 | 1100010 | 0 | 110100 | 11010 | 10010100 | 1100000 | 100110 |
Color Harmonies of #04BD5A
Complementary color
Monochromatic Colors of #04BD5A
Black with #04BD5A
Text Example
Text Example
White with #04BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD5A; }
p { color: rgb(4,189,90); }
H1.HeaderClassName
{
color: #04BD5A;
}
.AnyTagClassName
{
color: #04BD5A;
}
</style>
background-color css
<style>
a { background-color: #04BD5A; }
a { background-color: rgb(4,189,90); }
div.DivClassName
{
background-color: #04BD5A;
}
.BgClassName
{
background-color: #04BD5A;
}
</style>
border-color css
<style>
span { border-color: #04BD5A; }
span { border-color: rgb(4,189,90); }
td.TdClassName
{
border-color: #04BD5A;
}
.TagClassName
{
border-color: #04BD5A;
}
</style>