Shades of Dark Pastel Green #04C017
Tints of Dark Pastel Green #04C017
RGB
CMYK
RGB Variations
Color information
#04C017 (or 0x04C017) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 17. RGB value is (4,192,23). Sum of RGB (Red+Green+Blue) = 4+192+23=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #04C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C017 is #FB3FE8. Grayscale: #757575. Windows color (decimal): -16465897 or 1556484. OLE color: 1556484.
HSL color Cylindrical-coordinate representation of color #04C017: hue angle of 126.06º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C017 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 23 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.25 |
| HSL | 126.06º | 0.96% | 0.38% | - |
| HSV(B) | 126.06º | 0.98% | 0.75% | - |
| XYZ | 19.05 | 37.79 | 7.1 | - |
| YUV | 116.52 | 75.22 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 23 | 0.98 | 0 | 0.88 | 0.25 | 126.06 | 0.96 | 0.38 |
| Hex | 4 | C0 | 17 | 62 | 0 | 58 | 19 | 7E | 60 | 26 |
| Octal | 4 | 300 | 27 | 142 | 0 | 130 | 31 | 176 | 140 | 46 |
| Binary | 100 | 11000000 | 10111 | 1100010 | 0 | 1011000 | 11001 | 1111110 | 1100000 | 100110 |
Color Harmonies of #04C017
Complementary color
Monochromatic Colors of #04C017
Black with #04C017
Text Example
Text Example
White with #04C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C017; }
p { color: rgb(4,192,23); }
H1.HeaderClassName
{
color: #04C017;
}
.AnyTagClassName
{
color: #04C017;
}
</style>
background-color css
<style>
a { background-color: #04C017; }
a { background-color: rgb(4,192,23); }
div.DivClassName
{
background-color: #04C017;
}
.BgClassName
{
background-color: #04C017;
}
</style>
border-color css
<style>
span { border-color: #04C017; }
span { border-color: rgb(4,192,23); }
td.TdClassName
{
border-color: #04C017;
}
.TagClassName
{
border-color: #04C017;
}
</style>