Shades of Dark Pastel Green #04C21A
Tints of Dark Pastel Green #04C21A
RGB
CMYK
RGB Variations
Color information
#04C21A (or 0x04C21A) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 1A. RGB value is (4,194,26). Sum of RGB (Red+Green+Blue) = 4+194+26=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 194 (76.17% from 255 or 86.61% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 194 - color contains mainly: green. Hex color #04C21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C21A is #FB3DE5. Grayscale: #767676. Windows color (decimal): -16465382 or 1753604. OLE color: 1753604.
HSL color Cylindrical-coordinate representation of color #04C21A: hue angle of 126.95º 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 #04C21A is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 26 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.24 |
| HSL | 126.95º | 0.96% | 0.39% | - |
| HSV(B) | 126.95º | 0.98% | 0.76% | - |
| XYZ | 19.53 | 38.68 | 7.41 | - |
| YUV | 118.04 | 76.05 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 26 | 0.98 | 0 | 0.87 | 0.24 | 126.95 | 0.96 | 0.39 |
| Hex | 4 | C2 | 1A | 62 | 0 | 57 | 18 | 7F | 60 | 27 |
| Octal | 4 | 302 | 32 | 142 | 0 | 127 | 30 | 177 | 140 | 47 |
| Binary | 100 | 11000010 | 11010 | 1100010 | 0 | 1010111 | 11000 | 1111111 | 1100000 | 100111 |
Color Harmonies of #04C21A
Complementary color
Monochromatic Colors of #04C21A
Black with #04C21A
Text Example
Text Example
White with #04C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C21A; }
p { color: rgb(4,194,26); }
H1.HeaderClassName
{
color: #04C21A;
}
.AnyTagClassName
{
color: #04C21A;
}
</style>
background-color css
<style>
a { background-color: #04C21A; }
a { background-color: rgb(4,194,26); }
div.DivClassName
{
background-color: #04C21A;
}
.BgClassName
{
background-color: #04C21A;
}
</style>
border-color css
<style>
span { border-color: #04C21A; }
span { border-color: rgb(4,194,26); }
td.TdClassName
{
border-color: #04C21A;
}
.TagClassName
{
border-color: #04C21A;
}
</style>