Shades of Dark Pastel Green #04C150
Tints of Dark Pastel Green #04C150
RGB
CMYK
RGB Variations
Color information
#04C150 (or 0x04C150) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 50. RGB value is (4,193,80). Sum of RGB (Red+Green+Blue) = 4+193+80=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #04C150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C150 is #FB3EAF. Grayscale: #7B7B7B. Windows color (decimal): -16465584 or 5292292. OLE color: 5292292.
HSL color Cylindrical-coordinate representation of color #04C150: hue angle of 144.13º 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 #04C150 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 80 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.24 |
| HSL | 144.13º | 0.96% | 0.39% | - |
| HSV(B) | 144.13º | 0.98% | 0.76% | - |
| XYZ | 20.57 | 38.74 | 13.98 | - |
| YUV | 123.61 | 103.38 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 80 | 0.98 | 0 | 0.59 | 0.24 | 144.13 | 0.96 | 0.39 |
| Hex | 4 | C1 | 50 | 62 | 0 | 3B | 18 | 90 | 60 | 27 |
| Octal | 4 | 301 | 120 | 142 | 0 | 73 | 30 | 220 | 140 | 47 |
| Binary | 100 | 11000001 | 1010000 | 1100010 | 0 | 111011 | 11000 | 10010000 | 1100000 | 100111 |
Color Harmonies of #04C150
Complementary color
Monochromatic Colors of #04C150
Black with #04C150
Text Example
Text Example
White with #04C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C150; }
p { color: rgb(4,193,80); }
H1.HeaderClassName
{
color: #04C150;
}
.AnyTagClassName
{
color: #04C150;
}
</style>
background-color css
<style>
a { background-color: #04C150; }
a { background-color: rgb(4,193,80); }
div.DivClassName
{
background-color: #04C150;
}
.BgClassName
{
background-color: #04C150;
}
</style>
border-color css
<style>
span { border-color: #04C150; }
span { border-color: rgb(4,193,80); }
td.TdClassName
{
border-color: #04C150;
}
.TagClassName
{
border-color: #04C150;
}
</style>