Shades of Dark Pastel Green #04C04D
Tints of Dark Pastel Green #04C04D
RGB
CMYK
RGB Variations
Color information
#04C04D (or 0x04C04D) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 4D. RGB value is (4,192,77). Sum of RGB (Red+Green+Blue) = 4+192+77=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #04C04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C04D is #FB3FB2. Grayscale: #7A7A7A. Windows color (decimal): -16465843 or 5095428. OLE color: 5095428.
HSL color Cylindrical-coordinate representation of color #04C04D: hue angle of 143.3º 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 #04C04D is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 77 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.25 |
| HSL | 143.3º | 0.96% | 0.38% | - |
| HSV(B) | 143.3º | 0.98% | 0.75% | - |
| XYZ | 20.24 | 38.26 | 13.34 | - |
| YUV | 122.68 | 102.22 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 77 | 0.98 | 0 | 0.60 | 0.25 | 143.3 | 0.96 | 0.38 |
| Hex | 4 | C0 | 4D | 62 | 0 | 3C | 19 | 8F | 60 | 26 |
| Octal | 4 | 300 | 115 | 142 | 0 | 74 | 31 | 217 | 140 | 46 |
| Binary | 100 | 11000000 | 1001101 | 1100010 | 0 | 111100 | 11001 | 10001111 | 1100000 | 100110 |
Color Harmonies of #04C04D
Complementary color
Monochromatic Colors of #04C04D
Black with #04C04D
Text Example
Text Example
White with #04C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C04D; }
p { color: rgb(4,192,77); }
H1.HeaderClassName
{
color: #04C04D;
}
.AnyTagClassName
{
color: #04C04D;
}
</style>
background-color css
<style>
a { background-color: #04C04D; }
a { background-color: rgb(4,192,77); }
div.DivClassName
{
background-color: #04C04D;
}
.BgClassName
{
background-color: #04C04D;
}
</style>
border-color css
<style>
span { border-color: #04C04D; }
span { border-color: rgb(4,192,77); }
td.TdClassName
{
border-color: #04C04D;
}
.TagClassName
{
border-color: #04C04D;
}
</style>