Shades of Pigment Green #04BD5D
Tints of Pigment Green #04BD5D
RGB
CMYK
RGB Variations
Color information
#04BD5D (or 0x04BD5D) is known color: Pigment Green. HEX triplet: 04, BD and 5D. RGB value is (4,189,93). Sum of RGB (Red+Green+Blue) = 4+189+93=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD5D is #FB42A2. Grayscale: #7A7A7A. Windows color (decimal): -16466595 or 6143236. OLE color: 6143236.
HSL color Cylindrical-coordinate representation of color #04BD5D: hue angle of 148.86º 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 #04BD5D is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 93 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.26 |
| HSL | 148.86º | 0.96% | 0.38% | - |
| HSV(B) | 148.86º | 0.98% | 0.74% | - |
| XYZ | 20.22 | 37.21 | 16.47 | - |
| YUV | 122.74 | 111.21 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 93 | 0.98 | 0 | 0.51 | 0.26 | 148.86 | 0.96 | 0.38 |
| Hex | 4 | BD | 5D | 62 | 0 | 33 | 1A | 95 | 60 | 26 |
| Octal | 4 | 275 | 135 | 142 | 0 | 63 | 32 | 225 | 140 | 46 |
| Binary | 100 | 10111101 | 1011101 | 1100010 | 0 | 110011 | 11010 | 10010101 | 1100000 | 100110 |
Color Harmonies of #04BD5D
Complementary color
Monochromatic Colors of #04BD5D
Black with #04BD5D
Text Example
Text Example
White with #04BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD5D; }
p { color: rgb(4,189,93); }
H1.HeaderClassName
{
color: #04BD5D;
}
.AnyTagClassName
{
color: #04BD5D;
}
</style>
background-color css
<style>
a { background-color: #04BD5D; }
a { background-color: rgb(4,189,93); }
div.DivClassName
{
background-color: #04BD5D;
}
.BgClassName
{
background-color: #04BD5D;
}
</style>
border-color css
<style>
span { border-color: #04BD5D; }
span { border-color: rgb(4,189,93); }
td.TdClassName
{
border-color: #04BD5D;
}
.TagClassName
{
border-color: #04BD5D;
}
</style>