Shades of Dark Pastel Green #04C232
Tints of Dark Pastel Green #04C232
RGB
CMYK
RGB Variations
Color information
#04C232 (or 0x04C232) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 32. RGB value is (4,194,50). Sum of RGB (Red+Green+Blue) = 4+194+50=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #04C232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C232 is #FB3DCD. Grayscale: #797979. Windows color (decimal): -16465358 or 3326468. OLE color: 3326468.
HSL color Cylindrical-coordinate representation of color #04C232: hue angle of 134.53º 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 #04C232 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 50 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.24 |
| HSL | 134.53º | 0.96% | 0.39% | - |
| HSV(B) | 134.53º | 0.98% | 0.76% | - |
| XYZ | 19.92 | 38.84 | 9.46 | - |
| YUV | 120.77 | 88.05 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 50 | 0.98 | 0 | 0.74 | 0.24 | 134.53 | 0.96 | 0.39 |
| Hex | 4 | C2 | 32 | 62 | 0 | 4A | 18 | 87 | 60 | 27 |
| Octal | 4 | 302 | 62 | 142 | 0 | 112 | 30 | 207 | 140 | 47 |
| Binary | 100 | 11000010 | 110010 | 1100010 | 0 | 1001010 | 11000 | 10000111 | 1100000 | 100111 |
Color Harmonies of #04C232
Complementary color
Monochromatic Colors of #04C232
Black with #04C232
Text Example
Text Example
White with #04C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C232; }
p { color: rgb(4,194,50); }
H1.HeaderClassName
{
color: #04C232;
}
.AnyTagClassName
{
color: #04C232;
}
</style>
background-color css
<style>
a { background-color: #04C232; }
a { background-color: rgb(4,194,50); }
div.DivClassName
{
background-color: #04C232;
}
.BgClassName
{
background-color: #04C232;
}
</style>
border-color css
<style>
span { border-color: #04C232; }
span { border-color: rgb(4,194,50); }
td.TdClassName
{
border-color: #04C232;
}
.TagClassName
{
border-color: #04C232;
}
</style>