Shades of Dark Pastel Green #04CC32
Tints of Dark Pastel Green #04CC32
RGB
CMYK
RGB Variations
Color information
#04CC32 (or 0x04CC32) is known color: Dark Pastel Green. HEX triplet: 04, CC and 32. RGB value is (4,204,50). Sum of RGB (Red+Green+Blue) = 4+204+50=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 204 (80.08% from 255 or 79.07% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC32 is #FB33CD. Grayscale: #7F7F7F. Windows color (decimal): -16462798 or 3329028. OLE color: 3329028.
HSL color Cylindrical-coordinate representation of color #04CC32: hue angle of 133.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC32 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 50 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.2 |
| HSL | 133.8º | 0.96% | 0.41% | - |
| HSV(B) | 133.8º | 0.98% | 0.8% | - |
| XYZ | 22.22 | 43.44 | 10.23 | - |
| YUV | 126.64 | 84.74 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 50 | 0.98 | 0 | 0.75 | 0.2 | 133.8 | 0.96 | 0.41 |
| Hex | 4 | CC | 32 | 62 | 0 | 4B | 14 | 86 | 60 | 29 |
| Octal | 4 | 314 | 62 | 142 | 0 | 113 | 24 | 206 | 140 | 51 |
| Binary | 100 | 11001100 | 110010 | 1100010 | 0 | 1001011 | 10100 | 10000110 | 1100000 | 101001 |
Color Harmonies of #04CC32
Complementary color
Monochromatic Colors of #04CC32
Black with #04CC32
Text Example
Text Example
White with #04CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC32; }
p { color: rgb(4,204,50); }
H1.HeaderClassName
{
color: #04CC32;
}
.AnyTagClassName
{
color: #04CC32;
}
</style>
background-color css
<style>
a { background-color: #04CC32; }
a { background-color: rgb(4,204,50); }
div.DivClassName
{
background-color: #04CC32;
}
.BgClassName
{
background-color: #04CC32;
}
</style>
border-color css
<style>
span { border-color: #04CC32; }
span { border-color: rgb(4,204,50); }
td.TdClassName
{
border-color: #04CC32;
}
.TagClassName
{
border-color: #04CC32;
}
</style>