Shades of Dark Pastel Green #04C21F
Tints of Dark Pastel Green #04C21F
RGB
CMYK
RGB Variations
Color information
#04C21F (or 0x04C21F) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 1F. RGB value is (4,194,31). Sum of RGB (Red+Green+Blue) = 4+194+31=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 194 (76.17% from 255 or 84.72% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 194 - color contains mainly: green. Hex color #04C21F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C21F is #FB3DE0. Grayscale: #777777. Windows color (decimal): -16465377 or 2081284. OLE color: 2081284.
HSL color Cylindrical-coordinate representation of color #04C21F: hue angle of 128.53º 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 #04C21F is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 31 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.24 |
| HSL | 128.53º | 0.96% | 0.39% | - |
| HSV(B) | 128.53º | 0.98% | 0.76% | - |
| XYZ | 19.59 | 38.71 | 7.74 | - |
| YUV | 118.61 | 78.55 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 31 | 0.98 | 0 | 0.84 | 0.24 | 128.53 | 0.96 | 0.39 |
| Hex | 4 | C2 | 1F | 62 | 0 | 54 | 18 | 81 | 60 | 27 |
| Octal | 4 | 302 | 37 | 142 | 0 | 124 | 30 | 201 | 140 | 47 |
| Binary | 100 | 11000010 | 11111 | 1100010 | 0 | 1010100 | 11000 | 10000001 | 1100000 | 100111 |
Color Harmonies of #04C21F
Complementary color
Monochromatic Colors of #04C21F
Black with #04C21F
Text Example
Text Example
White with #04C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C21F; }
p { color: rgb(4,194,31); }
H1.HeaderClassName
{
color: #04C21F;
}
.AnyTagClassName
{
color: #04C21F;
}
</style>
background-color css
<style>
a { background-color: #04C21F; }
a { background-color: rgb(4,194,31); }
div.DivClassName
{
background-color: #04C21F;
}
.BgClassName
{
background-color: #04C21F;
}
</style>
border-color css
<style>
span { border-color: #04C21F; }
span { border-color: rgb(4,194,31); }
td.TdClassName
{
border-color: #04C21F;
}
.TagClassName
{
border-color: #04C21F;
}
</style>