Shades of Dark Pastel Green #04C154
Tints of Dark Pastel Green #04C154
RGB
CMYK
RGB Variations
Color information
#04C154 (or 0x04C154) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 54. RGB value is (4,193,84). Sum of RGB (Red+Green+Blue) = 4+193+84=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #04C154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C154 is #FB3EAB. Grayscale: #7C7C7C. Windows color (decimal): -16465580 or 5554436. OLE color: 5554436.
HSL color Cylindrical-coordinate representation of color #04C154: hue angle of 145.4º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C154 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 84 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.24 |
| HSL | 145.4º | 0.96% | 0.39% | - |
| HSV(B) | 145.4º | 0.98% | 0.76% | - |
| XYZ | 20.72 | 38.81 | 14.79 | - |
| YUV | 124.06 | 105.38 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 84 | 0.98 | 0 | 0.56 | 0.24 | 145.4 | 0.96 | 0.39 |
| Hex | 4 | C1 | 54 | 62 | 0 | 38 | 18 | 91 | 60 | 27 |
| Octal | 4 | 301 | 124 | 142 | 0 | 70 | 30 | 221 | 140 | 47 |
| Binary | 100 | 11000001 | 1010100 | 1100010 | 0 | 111000 | 11000 | 10010001 | 1100000 | 100111 |
Color Harmonies of #04C154
Complementary color
Monochromatic Colors of #04C154
Black with #04C154
Text Example
Text Example
White with #04C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C154; }
p { color: rgb(4,193,84); }
H1.HeaderClassName
{
color: #04C154;
}
.AnyTagClassName
{
color: #04C154;
}
</style>
background-color css
<style>
a { background-color: #04C154; }
a { background-color: rgb(4,193,84); }
div.DivClassName
{
background-color: #04C154;
}
.BgClassName
{
background-color: #04C154;
}
</style>
border-color css
<style>
span { border-color: #04C154; }
span { border-color: rgb(4,193,84); }
td.TdClassName
{
border-color: #04C154;
}
.TagClassName
{
border-color: #04C154;
}
</style>