Shades of Dark Pastel Green #04C528
Tints of Dark Pastel Green #04C528
RGB
CMYK
RGB Variations
Color information
#04C528 (or 0x04C528) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 28. RGB value is (4,197,40). Sum of RGB (Red+Green+Blue) = 4+197+40=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #04C528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C528 is #FB3AD7. Grayscale: #797979. Windows color (decimal): -16464600 or 2671876. OLE color: 2671876.
HSL color Cylindrical-coordinate representation of color #04C528: hue angle of 131.19º 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 #04C528 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 40 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.23 |
| HSL | 131.19º | 0.96% | 0.39% | - |
| HSV(B) | 131.19º | 0.98% | 0.77% | - |
| XYZ | 20.4 | 40.11 | 8.67 | - |
| YUV | 121.4 | 82.06 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 40 | 0.98 | 0 | 0.80 | 0.23 | 131.19 | 0.96 | 0.39 |
| Hex | 4 | C5 | 28 | 62 | 0 | 50 | 17 | 83 | 60 | 27 |
| Octal | 4 | 305 | 50 | 142 | 0 | 120 | 27 | 203 | 140 | 47 |
| Binary | 100 | 11000101 | 101000 | 1100010 | 0 | 1010000 | 10111 | 10000011 | 1100000 | 100111 |
Color Harmonies of #04C528
Complementary color
Monochromatic Colors of #04C528
Black with #04C528
Text Example
Text Example
White with #04C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C528; }
p { color: rgb(4,197,40); }
H1.HeaderClassName
{
color: #04C528;
}
.AnyTagClassName
{
color: #04C528;
}
</style>
background-color css
<style>
a { background-color: #04C528; }
a { background-color: rgb(4,197,40); }
div.DivClassName
{
background-color: #04C528;
}
.BgClassName
{
background-color: #04C528;
}
</style>
border-color css
<style>
span { border-color: #04C528; }
span { border-color: rgb(4,197,40); }
td.TdClassName
{
border-color: #04C528;
}
.TagClassName
{
border-color: #04C528;
}
</style>