Shades of Dark Pastel Green #04C04E
Tints of Dark Pastel Green #04C04E
RGB
CMYK
RGB Variations
Color information
#04C04E (or 0x04C04E) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 4E. RGB value is (4,192,78). Sum of RGB (Red+Green+Blue) = 4+192+78=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #04C04E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C04E is #FB3FB1. Grayscale: #7B7B7B. Windows color (decimal): -16465842 or 5160964. OLE color: 5160964.
HSL color Cylindrical-coordinate representation of color #04C04E: hue angle of 143.62º 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 #04C04E is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 78 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.25 |
| HSL | 143.62º | 0.96% | 0.38% | - |
| HSV(B) | 143.62º | 0.98% | 0.75% | - |
| XYZ | 20.27 | 38.28 | 13.53 | - |
| YUV | 122.79 | 102.72 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 78 | 0.98 | 0 | 0.59 | 0.25 | 143.62 | 0.96 | 0.38 |
| Hex | 4 | C0 | 4E | 62 | 0 | 3B | 19 | 90 | 60 | 26 |
| Octal | 4 | 300 | 116 | 142 | 0 | 73 | 31 | 220 | 140 | 46 |
| Binary | 100 | 11000000 | 1001110 | 1100010 | 0 | 111011 | 11001 | 10010000 | 1100000 | 100110 |
Color Harmonies of #04C04E
Complementary color
Monochromatic Colors of #04C04E
Black with #04C04E
Text Example
Text Example
White with #04C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C04E; }
p { color: rgb(4,192,78); }
H1.HeaderClassName
{
color: #04C04E;
}
.AnyTagClassName
{
color: #04C04E;
}
</style>
background-color css
<style>
a { background-color: #04C04E; }
a { background-color: rgb(4,192,78); }
div.DivClassName
{
background-color: #04C04E;
}
.BgClassName
{
background-color: #04C04E;
}
</style>
border-color css
<style>
span { border-color: #04C04E; }
span { border-color: rgb(4,192,78); }
td.TdClassName
{
border-color: #04C04E;
}
.TagClassName
{
border-color: #04C04E;
}
</style>