Shades of Dark Pastel Green #04C54A
Tints of Dark Pastel Green #04C54A
RGB
CMYK
RGB Variations
Color information
#04C54A (or 0x04C54A) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 4A. RGB value is (4,197,74). Sum of RGB (Red+Green+Blue) = 4+197+74=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 197 (77.34% from 255 or 71.64% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 197 - color contains mainly: green. Hex color #04C54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C54A is #FB3AB5. Grayscale: #7D7D7D. Windows color (decimal): -16464566 or 4900100. OLE color: 4900100.
HSL color Cylindrical-coordinate representation of color #04C54A: hue angle of 141.76º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C54A is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 74 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.23 |
| HSL | 141.76º | 0.96% | 0.39% | - |
| HSV(B) | 141.76º | 0.98% | 0.77% | - |
| XYZ | 21.25 | 40.45 | 13.17 | - |
| YUV | 125.27 | 99.06 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 74 | 0.98 | 0 | 0.62 | 0.23 | 141.76 | 0.96 | 0.39 |
| Hex | 4 | C5 | 4A | 62 | 0 | 3E | 17 | 8E | 60 | 27 |
| Octal | 4 | 305 | 112 | 142 | 0 | 76 | 27 | 216 | 140 | 47 |
| Binary | 100 | 11000101 | 1001010 | 1100010 | 0 | 111110 | 10111 | 10001110 | 1100000 | 100111 |
Color Harmonies of #04C54A
Complementary color
Monochromatic Colors of #04C54A
Black with #04C54A
Text Example
Text Example
White with #04C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C54A; }
p { color: rgb(4,197,74); }
H1.HeaderClassName
{
color: #04C54A;
}
.AnyTagClassName
{
color: #04C54A;
}
</style>
background-color css
<style>
a { background-color: #04C54A; }
a { background-color: rgb(4,197,74); }
div.DivClassName
{
background-color: #04C54A;
}
.BgClassName
{
background-color: #04C54A;
}
</style>
border-color css
<style>
span { border-color: #04C54A; }
span { border-color: rgb(4,197,74); }
td.TdClassName
{
border-color: #04C54A;
}
.TagClassName
{
border-color: #04C54A;
}
</style>