Shades of Dark Pastel Green #04B81A
Tints of Dark Pastel Green #04B81A
RGB
CMYK
RGB Variations
Color information
#04B81A (or 0x04B81A) is known color: Dark Pastel Green. HEX triplet: 04, B8 and 1A. RGB value is (4,184,26). Sum of RGB (Red+Green+Blue) = 4+184+26=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 184 (72.27% from 255 or 85.98% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 184 - color contains mainly: green. Hex color #04B81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B81A is #FB47E5. Grayscale: #707070. Windows color (decimal): -16467942 or 1751044. OLE color: 1751044.
HSL color Cylindrical-coordinate representation of color #04B81A: hue angle of 127.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B81A is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 26 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.28 |
| HSL | 127.33º | 0.96% | 0.37% | - |
| HSV(B) | 127.33º | 0.98% | 0.72% | - |
| XYZ | 17.38 | 34.38 | 6.7 | - |
| YUV | 112.17 | 79.37 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 26 | 0.98 | 0 | 0.86 | 0.28 | 127.33 | 0.96 | 0.37 |
| Hex | 4 | B8 | 1A | 62 | 0 | 56 | 1C | 7F | 60 | 25 |
| Octal | 4 | 270 | 32 | 142 | 0 | 126 | 34 | 177 | 140 | 45 |
| Binary | 100 | 10111000 | 11010 | 1100010 | 0 | 1010110 | 11100 | 1111111 | 1100000 | 100101 |
Color Harmonies of #04B81A
Complementary color
Monochromatic Colors of #04B81A
Black with #04B81A
Text Example
Text Example
White with #04B81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B81A; }
p { color: rgb(4,184,26); }
H1.HeaderClassName
{
color: #04B81A;
}
.AnyTagClassName
{
color: #04B81A;
}
</style>
background-color css
<style>
a { background-color: #04B81A; }
a { background-color: rgb(4,184,26); }
div.DivClassName
{
background-color: #04B81A;
}
.BgClassName
{
background-color: #04B81A;
}
</style>
border-color css
<style>
span { border-color: #04B81A; }
span { border-color: rgb(4,184,26); }
td.TdClassName
{
border-color: #04B81A;
}
.TagClassName
{
border-color: #04B81A;
}
</style>