Shades of Dark Pastel Green #04B64A
Tints of Dark Pastel Green #04B64A
RGB
CMYK
RGB Variations
Color information
#04B64A (or 0x04B64A) is known color: Dark Pastel Green. HEX triplet: 04, B6 and 4A. RGB value is (4,182,74). Sum of RGB (Red+Green+Blue) = 4+182+74=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #04B64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B64A is #FB49B5. Grayscale: #747474. Windows color (decimal): -16468406 or 4896260. OLE color: 4896260.
HSL color Cylindrical-coordinate representation of color #04B64A: hue angle of 143.6º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B64A is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 182 | 74 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.29 |
| HSL | 143.6º | 0.96% | 0.36% | - |
| HSV(B) | 143.6º | 0.98% | 0.71% | - |
| XYZ | 18.01 | 33.98 | 12.09 | - |
| YUV | 116.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 182 | 74 | 0.98 | 0 | 0.59 | 0.29 | 143.6 | 0.96 | 0.36 |
| Hex | 4 | B6 | 4A | 62 | 0 | 3B | 1D | 90 | 60 | 24 |
| Octal | 4 | 266 | 112 | 142 | 0 | 73 | 35 | 220 | 140 | 44 |
| Binary | 100 | 10110110 | 1001010 | 1100010 | 0 | 111011 | 11101 | 10010000 | 1100000 | 100100 |
Color Harmonies of #04B64A
Complementary color
Monochromatic Colors of #04B64A
Black with #04B64A
Text Example
Text Example
White with #04B64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B64A; }
p { color: rgb(4,182,74); }
H1.HeaderClassName
{
color: #04B64A;
}
.AnyTagClassName
{
color: #04B64A;
}
</style>
background-color css
<style>
a { background-color: #04B64A; }
a { background-color: rgb(4,182,74); }
div.DivClassName
{
background-color: #04B64A;
}
.BgClassName
{
background-color: #04B64A;
}
</style>
border-color css
<style>
span { border-color: #04B64A; }
span { border-color: rgb(4,182,74); }
td.TdClassName
{
border-color: #04B64A;
}
.TagClassName
{
border-color: #04B64A;
}
</style>