Shades of Jade #04B76C
Tints of Jade #04B76C
RGB
CMYK
RGB Variations
Color information
#04B76C (or 0x04B76C) is known color: Jade. HEX triplet: 04, B7 and 6C. RGB value is (4,183,108). Sum of RGB (Red+Green+Blue) = 4+183+108=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #04B76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B76C is #FB4893. Grayscale: #797979. Windows color (decimal): -16468116 or 7124740. OLE color: 7124740.
HSL color Cylindrical-coordinate representation of color #04B76C: hue angle of 154.86º 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 #04B76C is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 183 | 108 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.28 |
| HSL | 154.86º | 0.96% | 0.37% | - |
| HSV(B) | 154.86º | 0.98% | 0.72% | - |
| XYZ | 19.69 | 34.98 | 19.9 | - |
| YUV | 120.93 | 120.7 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 108 | 0.98 | 0 | 0.41 | 0.28 | 154.86 | 0.96 | 0.37 |
| Hex | 4 | B7 | 6C | 62 | 0 | 29 | 1C | 9B | 60 | 25 |
| Octal | 4 | 267 | 154 | 142 | 0 | 51 | 34 | 233 | 140 | 45 |
| Binary | 100 | 10110111 | 1101100 | 1100010 | 0 | 101001 | 11100 | 10011011 | 1100000 | 100101 |
Color Harmonies of #04B76C
Complementary color
Monochromatic Colors of #04B76C
Black with #04B76C
Text Example
Text Example
White with #04B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B76C; }
p { color: rgb(4,183,108); }
H1.HeaderClassName
{
color: #04B76C;
}
.AnyTagClassName
{
color: #04B76C;
}
</style>
background-color css
<style>
a { background-color: #04B76C; }
a { background-color: rgb(4,183,108); }
div.DivClassName
{
background-color: #04B76C;
}
.BgClassName
{
background-color: #04B76C;
}
</style>
border-color css
<style>
span { border-color: #04B76C; }
span { border-color: rgb(4,183,108); }
td.TdClassName
{
border-color: #04B76C;
}
.TagClassName
{
border-color: #04B76C;
}
</style>