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