Shades of Dark Pastel Green #04C04C
Tints of Dark Pastel Green #04C04C
RGB
CMYK
RGB Variations
Color information
#04C04C (or 0x04C04C) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 4C. RGB value is (4,192,76). Sum of RGB (Red+Green+Blue) = 4+192+76=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #04C04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C04C is #FB3FB3. Grayscale: #7A7A7A. Windows color (decimal): -16465844 or 5029892. OLE color: 5029892.
HSL color Cylindrical-coordinate representation of color #04C04C: hue angle of 142.98º 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 #04C04C is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 76 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.25 |
| HSL | 142.98º | 0.96% | 0.38% | - |
| HSV(B) | 142.98º | 0.98% | 0.75% | - |
| XYZ | 20.2 | 38.25 | 13.15 | - |
| YUV | 122.56 | 101.72 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 76 | 0.98 | 0 | 0.60 | 0.25 | 142.98 | 0.96 | 0.38 |
| Hex | 4 | C0 | 4C | 62 | 0 | 3C | 19 | 8F | 60 | 26 |
| Octal | 4 | 300 | 114 | 142 | 0 | 74 | 31 | 217 | 140 | 46 |
| Binary | 100 | 11000000 | 1001100 | 1100010 | 0 | 111100 | 11001 | 10001111 | 1100000 | 100110 |
Color Harmonies of #04C04C
Complementary color
Monochromatic Colors of #04C04C
Black with #04C04C
Text Example
Text Example
White with #04C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C04C; }
p { color: rgb(4,192,76); }
H1.HeaderClassName
{
color: #04C04C;
}
.AnyTagClassName
{
color: #04C04C;
}
</style>
background-color css
<style>
a { background-color: #04C04C; }
a { background-color: rgb(4,192,76); }
div.DivClassName
{
background-color: #04C04C;
}
.BgClassName
{
background-color: #04C04C;
}
</style>
border-color css
<style>
span { border-color: #04C04C; }
span { border-color: rgb(4,192,76); }
td.TdClassName
{
border-color: #04C04C;
}
.TagClassName
{
border-color: #04C04C;
}
</style>