Shades of Dark Pastel Green #04C520
Tints of Dark Pastel Green #04C520
RGB
CMYK
RGB Variations
Color information
#04C520 (or 0x04C520) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 20. RGB value is (4,197,32). Sum of RGB (Red+Green+Blue) = 4+197+32=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 197 (77.34% from 255 or 84.55% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 197 - color contains mainly: green. Hex color #04C520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C520 is #FB3ADF. Grayscale: #787878. Windows color (decimal): -16464608 or 2147588. OLE color: 2147588.
HSL color Cylindrical-coordinate representation of color #04C520: hue angle of 128.7º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C520 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 32 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.23 |
| HSL | 128.7º | 0.96% | 0.39% | - |
| HSV(B) | 128.7º | 0.98% | 0.77% | - |
| XYZ | 20.28 | 40.06 | 8.03 | - |
| YUV | 120.48 | 78.06 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 32 | 0.98 | 0 | 0.84 | 0.23 | 128.7 | 0.96 | 0.39 |
| Hex | 4 | C5 | 20 | 62 | 0 | 54 | 17 | 81 | 60 | 27 |
| Octal | 4 | 305 | 40 | 142 | 0 | 124 | 27 | 201 | 140 | 47 |
| Binary | 100 | 11000101 | 100000 | 1100010 | 0 | 1010100 | 10111 | 10000001 | 1100000 | 100111 |
Color Harmonies of #04C520
Complementary color
Monochromatic Colors of #04C520
Black with #04C520
Text Example
Text Example
White with #04C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C520; }
p { color: rgb(4,197,32); }
H1.HeaderClassName
{
color: #04C520;
}
.AnyTagClassName
{
color: #04C520;
}
</style>
background-color css
<style>
a { background-color: #04C520; }
a { background-color: rgb(4,197,32); }
div.DivClassName
{
background-color: #04C520;
}
.BgClassName
{
background-color: #04C520;
}
</style>
border-color css
<style>
span { border-color: #04C520; }
span { border-color: rgb(4,197,32); }
td.TdClassName
{
border-color: #04C520;
}
.TagClassName
{
border-color: #04C520;
}
</style>