Shades of Dark Pastel Green #04C04A
Tints of Dark Pastel Green #04C04A
RGB
CMYK
RGB Variations
Color information
#04C04A (or 0x04C04A) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 4A. RGB value is (4,192,74). Sum of RGB (Red+Green+Blue) = 4+192+74=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #04C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C04A is #FB3FB5. Grayscale: #7A7A7A. Windows color (decimal): -16465846 or 4898820. OLE color: 4898820.
HSL color Cylindrical-coordinate representation of color #04C04A: hue angle of 142.34º 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 #04C04A is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 74 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.25 |
| HSL | 142.34º | 0.96% | 0.38% | - |
| HSV(B) | 142.34º | 0.98% | 0.75% | - |
| XYZ | 20.14 | 38.22 | 12.79 | - |
| YUV | 122.34 | 100.72 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 74 | 0.98 | 0 | 0.61 | 0.25 | 142.34 | 0.96 | 0.38 |
| Hex | 4 | C0 | 4A | 62 | 0 | 3D | 19 | 8E | 60 | 26 |
| Octal | 4 | 300 | 112 | 142 | 0 | 75 | 31 | 216 | 140 | 46 |
| Binary | 100 | 11000000 | 1001010 | 1100010 | 0 | 111101 | 11001 | 10001110 | 1100000 | 100110 |
Color Harmonies of #04C04A
Complementary color
Monochromatic Colors of #04C04A
Black with #04C04A
Text Example
Text Example
White with #04C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C04A; }
p { color: rgb(4,192,74); }
H1.HeaderClassName
{
color: #04C04A;
}
.AnyTagClassName
{
color: #04C04A;
}
</style>
background-color css
<style>
a { background-color: #04C04A; }
a { background-color: rgb(4,192,74); }
div.DivClassName
{
background-color: #04C04A;
}
.BgClassName
{
background-color: #04C04A;
}
</style>
border-color css
<style>
span { border-color: #04C04A; }
span { border-color: rgb(4,192,74); }
td.TdClassName
{
border-color: #04C04A;
}
.TagClassName
{
border-color: #04C04A;
}
</style>