Shades of Dark Pastel Green #04C12D
Tints of Dark Pastel Green #04C12D
RGB
CMYK
RGB Variations
Color information
#04C12D (or 0x04C12D) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 2D. RGB value is (4,193,45). Sum of RGB (Red+Green+Blue) = 4+193+45=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #04C12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C12D is #FB3ED2. Grayscale: #787878. Windows color (decimal): -16465619 or 2998532. OLE color: 2998532.
HSL color Cylindrical-coordinate representation of color #04C12D: hue angle of 133.02º 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 #04C12D is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 45 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.24 |
| HSL | 133.02º | 0.96% | 0.39% | - |
| HSV(B) | 133.02º | 0.98% | 0.76% | - |
| XYZ | 19.59 | 38.36 | 8.85 | - |
| YUV | 119.62 | 85.88 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 45 | 0.98 | 0 | 0.77 | 0.24 | 133.02 | 0.96 | 0.39 |
| Hex | 4 | C1 | 2D | 62 | 0 | 4D | 18 | 85 | 60 | 27 |
| Octal | 4 | 301 | 55 | 142 | 0 | 115 | 30 | 205 | 140 | 47 |
| Binary | 100 | 11000001 | 101101 | 1100010 | 0 | 1001101 | 11000 | 10000101 | 1100000 | 100111 |
Color Harmonies of #04C12D
Complementary color
Monochromatic Colors of #04C12D
Black with #04C12D
Text Example
Text Example
White with #04C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C12D; }
p { color: rgb(4,193,45); }
H1.HeaderClassName
{
color: #04C12D;
}
.AnyTagClassName
{
color: #04C12D;
}
</style>
background-color css
<style>
a { background-color: #04C12D; }
a { background-color: rgb(4,193,45); }
div.DivClassName
{
background-color: #04C12D;
}
.BgClassName
{
background-color: #04C12D;
}
</style>
border-color css
<style>
span { border-color: #04C12D; }
span { border-color: rgb(4,193,45); }
td.TdClassName
{
border-color: #04C12D;
}
.TagClassName
{
border-color: #04C12D;
}
</style>