Shades of Dark Pastel Green #04C116
Tints of Dark Pastel Green #04C116
RGB
CMYK
RGB Variations
Color information
#04C116 (or 0x04C116) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 16. RGB value is (4,193,22). Sum of RGB (Red+Green+Blue) = 4+193+22=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 193 (75.78% from 255 or 88.13% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 193 - color contains mainly: green. Hex color #04C116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C116 is #FB3EE9. Grayscale: #757575. Windows color (decimal): -16465642 or 1491204. OLE color: 1491204.
HSL color Cylindrical-coordinate representation of color #04C116: hue angle of 125.71º 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 #04C116 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 22 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.24 |
| HSL | 125.71º | 0.96% | 0.39% | - |
| HSV(B) | 125.71º | 0.98% | 0.76% | - |
| XYZ | 19.26 | 38.22 | 7.12 | - |
| YUV | 117 | 74.38 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 22 | 0.98 | 0 | 0.89 | 0.24 | 125.71 | 0.96 | 0.39 |
| Hex | 4 | C1 | 16 | 62 | 0 | 59 | 18 | 7E | 60 | 27 |
| Octal | 4 | 301 | 26 | 142 | 0 | 131 | 30 | 176 | 140 | 47 |
| Binary | 100 | 11000001 | 10110 | 1100010 | 0 | 1011001 | 11000 | 1111110 | 1100000 | 100111 |
Color Harmonies of #04C116
Complementary color
Monochromatic Colors of #04C116
Black with #04C116
Text Example
Text Example
White with #04C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C116; }
p { color: rgb(4,193,22); }
H1.HeaderClassName
{
color: #04C116;
}
.AnyTagClassName
{
color: #04C116;
}
</style>
background-color css
<style>
a { background-color: #04C116; }
a { background-color: rgb(4,193,22); }
div.DivClassName
{
background-color: #04C116;
}
.BgClassName
{
background-color: #04C116;
}
</style>
border-color css
<style>
span { border-color: #04C116; }
span { border-color: rgb(4,193,22); }
td.TdClassName
{
border-color: #04C116;
}
.TagClassName
{
border-color: #04C116;
}
</style>