Shades of Dark Pastel Green #04C62C
Tints of Dark Pastel Green #04C62C
RGB
CMYK
RGB Variations
Color information
#04C62C (or 0x04C62C) is known color: Dark Pastel Green. HEX triplet: 04, C6 and 2C. RGB value is (4,198,44). Sum of RGB (Red+Green+Blue) = 4+198+44=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #04C62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C62C is #FB39D3. Grayscale: #7A7A7A. Windows color (decimal): -16464340 or 2934276. OLE color: 2934276.
HSL color Cylindrical-coordinate representation of color #04C62C: hue angle of 132.37º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C62C is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 198 | 44 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.22 |
| HSL | 132.37º | 0.96% | 0.4% | - |
| HSV(B) | 132.37º | 0.98% | 0.78% | - |
| XYZ | 20.7 | 40.6 | 9.13 | - |
| YUV | 122.44 | 83.73 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 198 | 44 | 0.98 | 0 | 0.78 | 0.22 | 132.37 | 0.96 | 0.4 |
| Hex | 4 | C6 | 2C | 62 | 0 | 4E | 16 | 84 | 60 | 28 |
| Octal | 4 | 306 | 54 | 142 | 0 | 116 | 26 | 204 | 140 | 50 |
| Binary | 100 | 11000110 | 101100 | 1100010 | 0 | 1001110 | 10110 | 10000100 | 1100000 | 101000 |
Color Harmonies of #04C62C
Complementary color
Monochromatic Colors of #04C62C
Black with #04C62C
Text Example
Text Example
White with #04C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C62C; }
p { color: rgb(4,198,44); }
H1.HeaderClassName
{
color: #04C62C;
}
.AnyTagClassName
{
color: #04C62C;
}
</style>
background-color css
<style>
a { background-color: #04C62C; }
a { background-color: rgb(4,198,44); }
div.DivClassName
{
background-color: #04C62C;
}
.BgClassName
{
background-color: #04C62C;
}
</style>
border-color css
<style>
span { border-color: #04C62C; }
span { border-color: rgb(4,198,44); }
td.TdClassName
{
border-color: #04C62C;
}
.TagClassName
{
border-color: #04C62C;
}
</style>