Shades of Dark Pastel Green #04C153
Tints of Dark Pastel Green #04C153
RGB
CMYK
RGB Variations
Color information
#04C153 (or 0x04C153) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 53. RGB value is (4,193,83). Sum of RGB (Red+Green+Blue) = 4+193+83=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #04C153 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C153 is #FB3EAC. Grayscale: #7C7C7C. Windows color (decimal): -16465581 or 5488900. OLE color: 5488900.
HSL color Cylindrical-coordinate representation of color #04C153: hue angle of 145.08º 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 #04C153 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 193 | 83 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.24 |
| HSL | 145.08º | 0.96% | 0.39% | - |
| HSV(B) | 145.08º | 0.98% | 0.76% | - |
| XYZ | 20.68 | 38.79 | 14.58 | - |
| YUV | 123.95 | 104.88 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 193 | 83 | 0.98 | 0 | 0.57 | 0.24 | 145.08 | 0.96 | 0.39 |
| Hex | 4 | C1 | 53 | 62 | 0 | 39 | 18 | 91 | 60 | 27 |
| Octal | 4 | 301 | 123 | 142 | 0 | 71 | 30 | 221 | 140 | 47 |
| Binary | 100 | 11000001 | 1010011 | 1100010 | 0 | 111001 | 11000 | 10010001 | 1100000 | 100111 |
Color Harmonies of #04C153
Complementary color
Monochromatic Colors of #04C153
Black with #04C153
Text Example
Text Example
White with #04C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C153; }
p { color: rgb(4,193,83); }
H1.HeaderClassName
{
color: #04C153;
}
.AnyTagClassName
{
color: #04C153;
}
</style>
background-color css
<style>
a { background-color: #04C153; }
a { background-color: rgb(4,193,83); }
div.DivClassName
{
background-color: #04C153;
}
.BgClassName
{
background-color: #04C153;
}
</style>
border-color css
<style>
span { border-color: #04C153; }
span { border-color: rgb(4,193,83); }
td.TdClassName
{
border-color: #04C153;
}
.TagClassName
{
border-color: #04C153;
}
</style>