Shades of Dark Pastel Green #04C213
Tints of Dark Pastel Green #04C213
RGB
CMYK
RGB Variations
Color information
#04C213 (or 0x04C213) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 13. RGB value is (4,194,19). Sum of RGB (Red+Green+Blue) = 4+194+19=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 194 (76.17% from 255 or 89.40% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 194 - color contains mainly: green. Hex color #04C213 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C213 is #FB3DEC. Grayscale: #757575. Windows color (decimal): -16465389 or 1294852. OLE color: 1294852.
HSL color Cylindrical-coordinate representation of color #04C213: hue angle of 124.74º 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 #04C213 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 19 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.24 |
| HSL | 124.74º | 0.96% | 0.39% | - |
| HSV(B) | 124.74º | 0.98% | 0.76% | - |
| XYZ | 19.46 | 38.66 | 7.05 | - |
| YUV | 117.24 | 72.55 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 19 | 0.98 | 0 | 0.90 | 0.24 | 124.74 | 0.96 | 0.39 |
| Hex | 4 | C2 | 13 | 62 | 0 | 5A | 18 | 7D | 60 | 27 |
| Octal | 4 | 302 | 23 | 142 | 0 | 132 | 30 | 175 | 140 | 47 |
| Binary | 100 | 11000010 | 10011 | 1100010 | 0 | 1011010 | 11000 | 1111101 | 1100000 | 100111 |
Color Harmonies of #04C213
Complementary color
Monochromatic Colors of #04C213
Black with #04C213
Text Example
Text Example
White with #04C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C213; }
p { color: rgb(4,194,19); }
H1.HeaderClassName
{
color: #04C213;
}
.AnyTagClassName
{
color: #04C213;
}
</style>
background-color css
<style>
a { background-color: #04C213; }
a { background-color: rgb(4,194,19); }
div.DivClassName
{
background-color: #04C213;
}
.BgClassName
{
background-color: #04C213;
}
</style>
border-color css
<style>
span { border-color: #04C213; }
span { border-color: rgb(4,194,19); }
td.TdClassName
{
border-color: #04C213;
}
.TagClassName
{
border-color: #04C213;
}
</style>