Shades of Dark Pastel Green #04C532
Tints of Dark Pastel Green #04C532
RGB
CMYK
RGB Variations
Color information
#04C532 (or 0x04C532) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 32. RGB value is (4,197,50). Sum of RGB (Red+Green+Blue) = 4+197+50=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 197 (77.34% from 255 or 78.49% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 197 - color contains mainly: green. Hex color #04C532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C532 is #FB3ACD. Grayscale: #7A7A7A. Windows color (decimal): -16464590 or 3327236. OLE color: 3327236.
HSL color Cylindrical-coordinate representation of color #04C532: hue angle of 134.3º 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 #04C532 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 50 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.23 |
| HSL | 134.3º | 0.96% | 0.39% | - |
| HSV(B) | 134.3º | 0.98% | 0.77% | - |
| XYZ | 20.59 | 40.19 | 9.69 | - |
| YUV | 122.54 | 87.06 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 50 | 0.98 | 0 | 0.75 | 0.23 | 134.3 | 0.96 | 0.39 |
| Hex | 4 | C5 | 32 | 62 | 0 | 4B | 17 | 86 | 60 | 27 |
| Octal | 4 | 305 | 62 | 142 | 0 | 113 | 27 | 206 | 140 | 47 |
| Binary | 100 | 11000101 | 110010 | 1100010 | 0 | 1001011 | 10111 | 10000110 | 1100000 | 100111 |
Color Harmonies of #04C532
Complementary color
Monochromatic Colors of #04C532
Black with #04C532
Text Example
Text Example
White with #04C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C532; }
p { color: rgb(4,197,50); }
H1.HeaderClassName
{
color: #04C532;
}
.AnyTagClassName
{
color: #04C532;
}
</style>
background-color css
<style>
a { background-color: #04C532; }
a { background-color: rgb(4,197,50); }
div.DivClassName
{
background-color: #04C532;
}
.BgClassName
{
background-color: #04C532;
}
</style>
border-color css
<style>
span { border-color: #04C532; }
span { border-color: rgb(4,197,50); }
td.TdClassName
{
border-color: #04C532;
}
.TagClassName
{
border-color: #04C532;
}
</style>