Shades of Dark Pastel Green #04C03F
Tints of Dark Pastel Green #04C03F
RGB
CMYK
RGB Variations
Color information
#04C03F (or 0x04C03F) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 3F. RGB value is (4,192,63). Sum of RGB (Red+Green+Blue) = 4+192+63=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 192 (75.39% from 255 or 74.13% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 192 - color contains mainly: green. Hex color #04C03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C03F is #FB3FC0. Grayscale: #797979. Windows color (decimal): -16465857 or 4177924. OLE color: 4177924.
HSL color Cylindrical-coordinate representation of color #04C03F: hue angle of 138.83º 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 #04C03F is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 63 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.25 |
| HSL | 138.83º | 0.96% | 0.38% | - |
| HSV(B) | 138.83º | 0.98% | 0.75% | - |
| XYZ | 19.8 | 38.08 | 11.01 | - |
| YUV | 121.08 | 95.22 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 63 | 0.98 | 0 | 0.67 | 0.25 | 138.83 | 0.96 | 0.38 |
| Hex | 4 | C0 | 3F | 62 | 0 | 43 | 19 | 8B | 60 | 26 |
| Octal | 4 | 300 | 77 | 142 | 0 | 103 | 31 | 213 | 140 | 46 |
| Binary | 100 | 11000000 | 111111 | 1100010 | 0 | 1000011 | 11001 | 10001011 | 1100000 | 100110 |
Color Harmonies of #04C03F
Complementary color
Monochromatic Colors of #04C03F
Black with #04C03F
Text Example
Text Example
White with #04C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C03F; }
p { color: rgb(4,192,63); }
H1.HeaderClassName
{
color: #04C03F;
}
.AnyTagClassName
{
color: #04C03F;
}
</style>
background-color css
<style>
a { background-color: #04C03F; }
a { background-color: rgb(4,192,63); }
div.DivClassName
{
background-color: #04C03F;
}
.BgClassName
{
background-color: #04C03F;
}
</style>
border-color css
<style>
span { border-color: #04C03F; }
span { border-color: rgb(4,192,63); }
td.TdClassName
{
border-color: #04C03F;
}
.TagClassName
{
border-color: #04C03F;
}
</style>