Shades of Dark Pastel Green #04C541
Tints of Dark Pastel Green #04C541
RGB
CMYK
RGB Variations
Color information
#04C541 (or 0x04C541) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 41. RGB value is (4,197,65). Sum of RGB (Red+Green+Blue) = 4+197+65=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #04C541 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C541 is #FB3ABE. Grayscale: #7C7C7C. Windows color (decimal): -16464575 or 4310276. OLE color: 4310276.
HSL color Cylindrical-coordinate representation of color #04C541: hue angle of 138.96º 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 #04C541 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 65 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.23 |
| HSL | 138.96º | 0.96% | 0.39% | - |
| HSV(B) | 138.96º | 0.98% | 0.77% | - |
| XYZ | 20.97 | 40.34 | 11.68 | - |
| YUV | 124.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 65 | 0.98 | 0 | 0.67 | 0.23 | 138.96 | 0.96 | 0.39 |
| Hex | 4 | C5 | 41 | 62 | 0 | 43 | 17 | 8B | 60 | 27 |
| Octal | 4 | 305 | 101 | 142 | 0 | 103 | 27 | 213 | 140 | 47 |
| Binary | 100 | 11000101 | 1000001 | 1100010 | 0 | 1000011 | 10111 | 10001011 | 1100000 | 100111 |
Color Harmonies of #04C541
Complementary color
Monochromatic Colors of #04C541
Black with #04C541
Text Example
Text Example
White with #04C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C541; }
p { color: rgb(4,197,65); }
H1.HeaderClassName
{
color: #04C541;
}
.AnyTagClassName
{
color: #04C541;
}
</style>
background-color css
<style>
a { background-color: #04C541; }
a { background-color: rgb(4,197,65); }
div.DivClassName
{
background-color: #04C541;
}
.BgClassName
{
background-color: #04C541;
}
</style>
border-color css
<style>
span { border-color: #04C541; }
span { border-color: rgb(4,197,65); }
td.TdClassName
{
border-color: #04C541;
}
.TagClassName
{
border-color: #04C541;
}
</style>