Shades of Dark Pastel Green #04C132
Tints of Dark Pastel Green #04C132
RGB
CMYK
RGB Variations
Color information
#04C132 (or 0x04C132) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 32. RGB value is (4,193,50). Sum of RGB (Red+Green+Blue) = 4+193+50=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #04C132 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C132 is #FB3ECD. Grayscale: #787878. Windows color (decimal): -16465614 or 3326212. OLE color: 3326212.
HSL color Cylindrical-coordinate representation of color #04C132: hue angle of 134.6º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C132 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 50 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.24 |
| HSL | 134.6º | 0.96% | 0.39% | - |
| HSV(B) | 134.6º | 0.98% | 0.76% | - |
| XYZ | 19.7 | 38.4 | 9.39 | - |
| YUV | 120.19 | 88.38 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 50 | 0.98 | 0 | 0.74 | 0.24 | 134.6 | 0.96 | 0.39 |
| Hex | 4 | C1 | 32 | 62 | 0 | 4A | 18 | 87 | 60 | 27 |
| Octal | 4 | 301 | 62 | 142 | 0 | 112 | 30 | 207 | 140 | 47 |
| Binary | 100 | 11000001 | 110010 | 1100010 | 0 | 1001010 | 11000 | 10000111 | 1100000 | 100111 |
Color Harmonies of #04C132
Complementary color
Monochromatic Colors of #04C132
Black with #04C132
Text Example
Text Example
White with #04C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C132; }
p { color: rgb(4,193,50); }
H1.HeaderClassName
{
color: #04C132;
}
.AnyTagClassName
{
color: #04C132;
}
</style>
background-color css
<style>
a { background-color: #04C132; }
a { background-color: rgb(4,193,50); }
div.DivClassName
{
background-color: #04C132;
}
.BgClassName
{
background-color: #04C132;
}
</style>
border-color css
<style>
span { border-color: #04C132; }
span { border-color: rgb(4,193,50); }
td.TdClassName
{
border-color: #04C132;
}
.TagClassName
{
border-color: #04C132;
}
</style>