Shades of Dark Pastel Green #04C82A
Tints of Dark Pastel Green #04C82A
RGB
CMYK
RGB Variations
Color information
#04C82A (or 0x04C82A) is known color: Dark Pastel Green. HEX triplet: 04, C8 and 2A. RGB value is (4,200,42). Sum of RGB (Red+Green+Blue) = 4+200+42=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 200 (78.52% from 255 or 81.30% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 200 - color contains mainly: green. Hex color #04C82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C82A is #FB37D5. Grayscale: #7B7B7B. Windows color (decimal): -16463830 or 2803716. OLE color: 2803716.
HSL color Cylindrical-coordinate representation of color #04C82A: hue angle of 131.63º 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 #04C82A is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 200 | 42 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.22 |
| HSL | 131.63º | 0.96% | 0.4% | - |
| HSV(B) | 131.63º | 0.98% | 0.78% | - |
| XYZ | 21.12 | 41.5 | 9.09 | - |
| YUV | 123.38 | 82.07 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 200 | 42 | 0.98 | 0 | 0.79 | 0.22 | 131.63 | 0.96 | 0.4 |
| Hex | 4 | C8 | 2A | 62 | 0 | 4F | 16 | 84 | 60 | 28 |
| Octal | 4 | 310 | 52 | 142 | 0 | 117 | 26 | 204 | 140 | 50 |
| Binary | 100 | 11001000 | 101010 | 1100010 | 0 | 1001111 | 10110 | 10000100 | 1100000 | 101000 |
Color Harmonies of #04C82A
Complementary color
Monochromatic Colors of #04C82A
Black with #04C82A
Text Example
Text Example
White with #04C82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C82A; }
p { color: rgb(4,200,42); }
H1.HeaderClassName
{
color: #04C82A;
}
.AnyTagClassName
{
color: #04C82A;
}
</style>
background-color css
<style>
a { background-color: #04C82A; }
a { background-color: rgb(4,200,42); }
div.DivClassName
{
background-color: #04C82A;
}
.BgClassName
{
background-color: #04C82A;
}
</style>
border-color css
<style>
span { border-color: #04C82A; }
span { border-color: rgb(4,200,42); }
td.TdClassName
{
border-color: #04C82A;
}
.TagClassName
{
border-color: #04C82A;
}
</style>