Shades of Dark Pastel Green #04C512
Tints of Dark Pastel Green #04C512
RGB
CMYK
RGB Variations
Color information
#04C512 (or 0x04C512) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 12. RGB value is (4,197,18). Sum of RGB (Red+Green+Blue) = 4+197+18=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 197 (77.34% from 255 or 89.95% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 197 - color contains mainly: green. Hex color #04C512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C512 is #FB3AED. Grayscale: #777777. Windows color (decimal): -16464622 or 1230084. OLE color: 1230084.
HSL color Cylindrical-coordinate representation of color #04C512: hue angle of 124.35º 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 #04C512 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 18 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.23 |
| HSL | 124.35º | 0.96% | 0.39% | - |
| HSV(B) | 124.35º | 0.98% | 0.77% | - |
| XYZ | 20.13 | 40 | 7.23 | - |
| YUV | 118.89 | 71.06 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 18 | 0.98 | 0 | 0.91 | 0.23 | 124.35 | 0.96 | 0.39 |
| Hex | 4 | C5 | 12 | 62 | 0 | 5B | 17 | 7C | 60 | 27 |
| Octal | 4 | 305 | 22 | 142 | 0 | 133 | 27 | 174 | 140 | 47 |
| Binary | 100 | 11000101 | 10010 | 1100010 | 0 | 1011011 | 10111 | 1111100 | 1100000 | 100111 |
Color Harmonies of #04C512
Complementary color
Monochromatic Colors of #04C512
Black with #04C512
Text Example
Text Example
White with #04C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C512; }
p { color: rgb(4,197,18); }
H1.HeaderClassName
{
color: #04C512;
}
.AnyTagClassName
{
color: #04C512;
}
</style>
background-color css
<style>
a { background-color: #04C512; }
a { background-color: rgb(4,197,18); }
div.DivClassName
{
background-color: #04C512;
}
.BgClassName
{
background-color: #04C512;
}
</style>
border-color css
<style>
span { border-color: #04C512; }
span { border-color: rgb(4,197,18); }
td.TdClassName
{
border-color: #04C512;
}
.TagClassName
{
border-color: #04C512;
}
</style>