Shades of Dark Pastel Green #04C53B
Tints of Dark Pastel Green #04C53B
RGB
CMYK
RGB Variations
Color information
#04C53B (or 0x04C53B) is known color: Dark Pastel Green. HEX triplet: 04, C5 and 3B. RGB value is (4,197,59). Sum of RGB (Red+Green+Blue) = 4+197+59=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 197 (77.34% from 255 or 75.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 197 - color contains mainly: green. Hex color #04C53B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C53B is #FB3AC4. Grayscale: #7B7B7B. Windows color (decimal): -16464581 or 3917060. OLE color: 3917060.
HSL color Cylindrical-coordinate representation of color #04C53B: hue angle of 137.1º 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 #04C53B is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 59 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.23 |
| HSL | 137.1º | 0.96% | 0.39% | - |
| HSV(B) | 137.1º | 0.98% | 0.77% | - |
| XYZ | 20.81 | 40.27 | 10.81 | - |
| YUV | 123.56 | 91.56 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 59 | 0.98 | 0 | 0.70 | 0.23 | 137.1 | 0.96 | 0.39 |
| Hex | 4 | C5 | 3B | 62 | 0 | 46 | 17 | 89 | 60 | 27 |
| Octal | 4 | 305 | 73 | 142 | 0 | 106 | 27 | 211 | 140 | 47 |
| Binary | 100 | 11000101 | 111011 | 1100010 | 0 | 1000110 | 10111 | 10001001 | 1100000 | 100111 |
Color Harmonies of #04C53B
Complementary color
Monochromatic Colors of #04C53B
Black with #04C53B
Text Example
Text Example
White with #04C53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C53B; }
p { color: rgb(4,197,59); }
H1.HeaderClassName
{
color: #04C53B;
}
.AnyTagClassName
{
color: #04C53B;
}
</style>
background-color css
<style>
a { background-color: #04C53B; }
a { background-color: rgb(4,197,59); }
div.DivClassName
{
background-color: #04C53B;
}
.BgClassName
{
background-color: #04C53B;
}
</style>
border-color css
<style>
span { border-color: #04C53B; }
span { border-color: rgb(4,197,59); }
td.TdClassName
{
border-color: #04C53B;
}
.TagClassName
{
border-color: #04C53B;
}
</style>