Shades of Dark Pastel Green #04C518
Tints of Dark Pastel Green #04C518
RGB
CMYK
RGB Variations
Color information
#04C518 (or 0x04C518) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 18. RGB value is (4,197,24). Sum of RGB (Red+Green+Blue) = 4+197+24=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 197 (77.34% from 255 or 87.56% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 197 - color contains mainly: green. Hex color #04C518 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C518 is #FB3AE7. Grayscale: #787878. Windows color (decimal): -16464616 or 1623300. OLE color: 1623300.
HSL color Cylindrical-coordinate representation of color #04C518: hue angle of 126.22º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C518 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 24 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.23 |
| HSL | 126.22º | 0.96% | 0.39% | - |
| HSV(B) | 126.22º | 0.98% | 0.77% | - |
| XYZ | 20.18 | 40.02 | 7.53 | - |
| YUV | 119.57 | 74.06 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 24 | 0.98 | 0 | 0.88 | 0.23 | 126.22 | 0.96 | 0.39 |
| Hex | 4 | C5 | 18 | 62 | 0 | 58 | 17 | 7E | 60 | 27 |
| Octal | 4 | 305 | 30 | 142 | 0 | 130 | 27 | 176 | 140 | 47 |
| Binary | 100 | 11000101 | 11000 | 1100010 | 0 | 1011000 | 10111 | 1111110 | 1100000 | 100111 |
Color Harmonies of #04C518
Complementary color
Monochromatic Colors of #04C518
Black with #04C518
Text Example
Text Example
White with #04C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C518; }
p { color: rgb(4,197,24); }
H1.HeaderClassName
{
color: #04C518;
}
.AnyTagClassName
{
color: #04C518;
}
</style>
background-color css
<style>
a { background-color: #04C518; }
a { background-color: rgb(4,197,24); }
div.DivClassName
{
background-color: #04C518;
}
.BgClassName
{
background-color: #04C518;
}
</style>
border-color css
<style>
span { border-color: #04C518; }
span { border-color: rgb(4,197,24); }
td.TdClassName
{
border-color: #04C518;
}
.TagClassName
{
border-color: #04C518;
}
</style>