Shades of Pigment Green #04B85D
Tints of Pigment Green #04B85D
RGB
CMYK
RGB Variations
Color information
#04B85D (or 0x04B85D) is known color: Pigment Green. HEX triplet: 04, B8 and 5D. RGB value is (4,184,93). Sum of RGB (Red+Green+Blue) = 4+184+93=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #04B85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B85D is #FB47A2. Grayscale: #777777. Windows color (decimal): -16467875 or 6141956. OLE color: 6141956.
HSL color Cylindrical-coordinate representation of color #04B85D: hue angle of 149.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B85D is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 93 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.28 |
| HSL | 149.67º | 0.96% | 0.37% | - |
| HSV(B) | 149.67º | 0.98% | 0.72% | - |
| XYZ | 19.17 | 35.1 | 16.12 | - |
| YUV | 119.81 | 112.87 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 93 | 0.98 | 0 | 0.49 | 0.28 | 149.67 | 0.96 | 0.37 |
| Hex | 4 | B8 | 5D | 62 | 0 | 31 | 1C | 96 | 60 | 25 |
| Octal | 4 | 270 | 135 | 142 | 0 | 61 | 34 | 226 | 140 | 45 |
| Binary | 100 | 10111000 | 1011101 | 1100010 | 0 | 110001 | 11100 | 10010110 | 1100000 | 100101 |
Color Harmonies of #04B85D
Complementary color
Monochromatic Colors of #04B85D
Black with #04B85D
Text Example
Text Example
White with #04B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B85D; }
p { color: rgb(4,184,93); }
H1.HeaderClassName
{
color: #04B85D;
}
.AnyTagClassName
{
color: #04B85D;
}
</style>
background-color css
<style>
a { background-color: #04B85D; }
a { background-color: rgb(4,184,93); }
div.DivClassName
{
background-color: #04B85D;
}
.BgClassName
{
background-color: #04B85D;
}
</style>
border-color css
<style>
span { border-color: #04B85D; }
span { border-color: rgb(4,184,93); }
td.TdClassName
{
border-color: #04B85D;
}
.TagClassName
{
border-color: #04B85D;
}
</style>