Shades of Dark Pastel Green #04C42B
Tints of Dark Pastel Green #04C42B
RGB
CMYK
RGB Variations
Color information
#04C42B (or 0x04C42B) is known color: Dark Pastel Green. HEX triplet: 04, C4 and 2B. RGB value is (4,196,43). Sum of RGB (Red+Green+Blue) = 4+196+43=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 196 (76.95% from 255 or 80.66% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 196 - color contains mainly: green. Hex color #04C42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C42B is #FB3BD4. Grayscale: #797979. Windows color (decimal): -16464853 or 2868228. OLE color: 2868228.
HSL color Cylindrical-coordinate representation of color #04C42B: hue angle of 132.19º 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 #04C42B is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 196 | 43 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.23 |
| HSL | 132.19º | 0.96% | 0.39% | - |
| HSV(B) | 132.19º | 0.98% | 0.77% | - |
| XYZ | 20.23 | 39.68 | 8.88 | - |
| YUV | 121.15 | 83.89 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 196 | 43 | 0.98 | 0 | 0.78 | 0.23 | 132.19 | 0.96 | 0.39 |
| Hex | 4 | C4 | 2B | 62 | 0 | 4E | 17 | 84 | 60 | 27 |
| Octal | 4 | 304 | 53 | 142 | 0 | 116 | 27 | 204 | 140 | 47 |
| Binary | 100 | 11000100 | 101011 | 1100010 | 0 | 1001110 | 10111 | 10000100 | 1100000 | 100111 |
Color Harmonies of #04C42B
Complementary color
Monochromatic Colors of #04C42B
Black with #04C42B
Text Example
Text Example
White with #04C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C42B; }
p { color: rgb(4,196,43); }
H1.HeaderClassName
{
color: #04C42B;
}
.AnyTagClassName
{
color: #04C42B;
}
</style>
background-color css
<style>
a { background-color: #04C42B; }
a { background-color: rgb(4,196,43); }
div.DivClassName
{
background-color: #04C42B;
}
.BgClassName
{
background-color: #04C42B;
}
</style>
border-color css
<style>
span { border-color: #04C42B; }
span { border-color: rgb(4,196,43); }
td.TdClassName
{
border-color: #04C42B;
}
.TagClassName
{
border-color: #04C42B;
}
</style>