Shades of Pigment Green #04B64C
Tints of Pigment Green #04B64C
RGB
CMYK
RGB Variations
Color information
#04B64C (or 0x04B64C) is known color: Pigment Green. HEX triplet: 04, B6 and 4C. RGB value is (4,182,76). Sum of RGB (Red+Green+Blue) = 4+182+76=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 182 (71.48% from 255 or 69.47% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 182 - color contains mainly: green. Hex color #04B64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B64C is #FB49B3. Grayscale: #747474. Windows color (decimal): -16468404 or 5027332. OLE color: 5027332.
HSL color Cylindrical-coordinate representation of color #04B64C: hue angle of 144.27º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B64C is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 182 | 76 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.29 |
| HSL | 144.27º | 0.96% | 0.36% | - |
| HSV(B) | 144.27º | 0.98% | 0.71% | - |
| XYZ | 18.08 | 34 | 12.45 | - |
| YUV | 116.69 | 105.03 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 182 | 76 | 0.98 | 0 | 0.58 | 0.29 | 144.27 | 0.96 | 0.36 |
| Hex | 4 | B6 | 4C | 62 | 0 | 3A | 1D | 90 | 60 | 24 |
| Octal | 4 | 266 | 114 | 142 | 0 | 72 | 35 | 220 | 140 | 44 |
| Binary | 100 | 10110110 | 1001100 | 1100010 | 0 | 111010 | 11101 | 10010000 | 1100000 | 100100 |
Color Harmonies of #04B64C
Complementary color
Monochromatic Colors of #04B64C
Black with #04B64C
Text Example
Text Example
White with #04B64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B64C; }
p { color: rgb(4,182,76); }
H1.HeaderClassName
{
color: #04B64C;
}
.AnyTagClassName
{
color: #04B64C;
}
</style>
background-color css
<style>
a { background-color: #04B64C; }
a { background-color: rgb(4,182,76); }
div.DivClassName
{
background-color: #04B64C;
}
.BgClassName
{
background-color: #04B64C;
}
</style>
border-color css
<style>
span { border-color: #04B64C; }
span { border-color: rgb(4,182,76); }
td.TdClassName
{
border-color: #04B64C;
}
.TagClassName
{
border-color: #04B64C;
}
</style>