Shades of Pigment Green #04C058
Tints of Pigment Green #04C058
RGB
CMYK
RGB Variations
Color information
#04C058 (or 0x04C058) is known color: Pigment Green. HEX triplet: 04, C0 and 58. RGB value is (4,192,88). Sum of RGB (Red+Green+Blue) = 4+192+88=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #04C058 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C058 is #FB3FA7. Grayscale: #7C7C7C. Windows color (decimal): -16465832 or 5816324. OLE color: 5816324.
HSL color Cylindrical-coordinate representation of color #04C058: hue angle of 146.81º 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 #04C058 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 88 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.25 |
| HSL | 146.81º | 0.96% | 0.38% | - |
| HSV(B) | 146.81º | 0.98% | 0.75% | - |
| XYZ | 20.66 | 38.43 | 15.56 | - |
| YUV | 123.93 | 107.72 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 88 | 0.98 | 0 | 0.54 | 0.25 | 146.81 | 0.96 | 0.38 |
| Hex | 4 | C0 | 58 | 62 | 0 | 36 | 19 | 93 | 60 | 26 |
| Octal | 4 | 300 | 130 | 142 | 0 | 66 | 31 | 223 | 140 | 46 |
| Binary | 100 | 11000000 | 1011000 | 1100010 | 0 | 110110 | 11001 | 10010011 | 1100000 | 100110 |
Color Harmonies of #04C058
Complementary color
Monochromatic Colors of #04C058
Black with #04C058
Text Example
Text Example
White with #04C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C058; }
p { color: rgb(4,192,88); }
H1.HeaderClassName
{
color: #04C058;
}
.AnyTagClassName
{
color: #04C058;
}
</style>
background-color css
<style>
a { background-color: #04C058; }
a { background-color: rgb(4,192,88); }
div.DivClassName
{
background-color: #04C058;
}
.BgClassName
{
background-color: #04C058;
}
</style>
border-color css
<style>
span { border-color: #04C058; }
span { border-color: rgb(4,192,88); }
td.TdClassName
{
border-color: #04C058;
}
.TagClassName
{
border-color: #04C058;
}
</style>