Shades of Dark Pastel Green #04C911
Tints of Dark Pastel Green #04C911
RGB
CMYK
RGB Variations
Color information
#04C911 (or 0x04C911) is known color: Dark Pastel Green. HEX triplet: 04, C9 and 11. RGB value is (4,201,17). Sum of RGB (Red+Green+Blue) = 4+201+17=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 201 (78.91% from 255 or 90.54% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 201 - color contains mainly: green. Hex color #04C911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C911 is #FB36EE. Grayscale: #797979. Windows color (decimal): -16463599 or 1165572. OLE color: 1165572.
HSL color Cylindrical-coordinate representation of color #04C911: hue angle of 123.96º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C911 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 201 | 17 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.21 |
| HSL | 123.96º | 0.96% | 0.4% | - |
| HSV(B) | 123.96º | 0.98% | 0.79% | - |
| XYZ | 21.04 | 41.84 | 7.5 | - |
| YUV | 121.12 | 69.23 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 201 | 17 | 0.98 | 0 | 0.92 | 0.21 | 123.96 | 0.96 | 0.4 |
| Hex | 4 | C9 | 11 | 62 | 0 | 5C | 15 | 7C | 60 | 28 |
| Octal | 4 | 311 | 21 | 142 | 0 | 134 | 25 | 174 | 140 | 50 |
| Binary | 100 | 11001001 | 10001 | 1100010 | 0 | 1011100 | 10101 | 1111100 | 1100000 | 101000 |
Color Harmonies of #04C911
Complementary color
Monochromatic Colors of #04C911
Black with #04C911
Text Example
Text Example
White with #04C911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C911; }
p { color: rgb(4,201,17); }
H1.HeaderClassName
{
color: #04C911;
}
.AnyTagClassName
{
color: #04C911;
}
</style>
background-color css
<style>
a { background-color: #04C911; }
a { background-color: rgb(4,201,17); }
div.DivClassName
{
background-color: #04C911;
}
.BgClassName
{
background-color: #04C911;
}
</style>
border-color css
<style>
span { border-color: #04C911; }
span { border-color: rgb(4,201,17); }
td.TdClassName
{
border-color: #04C911;
}
.TagClassName
{
border-color: #04C911;
}
</style>