Shades of Pigment Green #04C05A
Tints of Pigment Green #04C05A
RGB
CMYK
RGB Variations
Color information
#04C05A (or 0x04C05A) is known color: Pigment Green. HEX triplet: 04, C0 and 5A. RGB value is (4,192,90). Sum of RGB (Red+Green+Blue) = 4+192+90=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #04C05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C05A is #FB3FA5. Grayscale: #7C7C7C. Windows color (decimal): -16465830 or 5947396. OLE color: 5947396.
HSL color Cylindrical-coordinate representation of color #04C05A: hue angle of 147.45º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C05A is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 90 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.25 |
| HSL | 147.45º | 0.96% | 0.38% | - |
| HSV(B) | 147.45º | 0.98% | 0.75% | - |
| XYZ | 20.75 | 38.46 | 16 | - |
| YUV | 124.16 | 108.72 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 90 | 0.98 | 0 | 0.53 | 0.25 | 147.45 | 0.96 | 0.38 |
| Hex | 4 | C0 | 5A | 62 | 0 | 35 | 19 | 93 | 60 | 26 |
| Octal | 4 | 300 | 132 | 142 | 0 | 65 | 31 | 223 | 140 | 46 |
| Binary | 100 | 11000000 | 1011010 | 1100010 | 0 | 110101 | 11001 | 10010011 | 1100000 | 100110 |
Color Harmonies of #04C05A
Complementary color
Monochromatic Colors of #04C05A
Black with #04C05A
Text Example
Text Example
White with #04C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C05A; }
p { color: rgb(4,192,90); }
H1.HeaderClassName
{
color: #04C05A;
}
.AnyTagClassName
{
color: #04C05A;
}
</style>
background-color css
<style>
a { background-color: #04C05A; }
a { background-color: rgb(4,192,90); }
div.DivClassName
{
background-color: #04C05A;
}
.BgClassName
{
background-color: #04C05A;
}
</style>
border-color css
<style>
span { border-color: #04C05A; }
span { border-color: rgb(4,192,90); }
td.TdClassName
{
border-color: #04C05A;
}
.TagClassName
{
border-color: #04C05A;
}
</style>