Shades of Jade #04B76F
Tints of Jade #04B76F
RGB
CMYK
RGB Variations
Color information
#04B76F (or 0x04B76F) is known color: Jade. HEX triplet: 04, B7 and 6F. RGB value is (4,183,111). Sum of RGB (Red+Green+Blue) = 4+183+111=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 183 (71.88% from 255 or 61.41% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 183 - color contains mainly: green. Hex color #04B76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B76F is #FB4890. Grayscale: #797979. Windows color (decimal): -16468113 or 7321348. OLE color: 7321348.
HSL color Cylindrical-coordinate representation of color #04B76F: hue angle of 155.87º 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 #04B76F is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 183 | 111 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.28 |
| HSL | 155.87º | 0.96% | 0.37% | - |
| HSV(B) | 155.87º | 0.98% | 0.72% | - |
| XYZ | 19.85 | 35.04 | 20.76 | - |
| YUV | 121.27 | 122.2 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 111 | 0.98 | 0 | 0.39 | 0.28 | 155.87 | 0.96 | 0.37 |
| Hex | 4 | B7 | 6F | 62 | 0 | 27 | 1C | 9C | 60 | 25 |
| Octal | 4 | 267 | 157 | 142 | 0 | 47 | 34 | 234 | 140 | 45 |
| Binary | 100 | 10110111 | 1101111 | 1100010 | 0 | 100111 | 11100 | 10011100 | 1100000 | 100101 |
Color Harmonies of #04B76F
Complementary color
Monochromatic Colors of #04B76F
Black with #04B76F
Text Example
Text Example
White with #04B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B76F; }
p { color: rgb(4,183,111); }
H1.HeaderClassName
{
color: #04B76F;
}
.AnyTagClassName
{
color: #04B76F;
}
</style>
background-color css
<style>
a { background-color: #04B76F; }
a { background-color: rgb(4,183,111); }
div.DivClassName
{
background-color: #04B76F;
}
.BgClassName
{
background-color: #04B76F;
}
</style>
border-color css
<style>
span { border-color: #04B76F; }
span { border-color: rgb(4,183,111); }
td.TdClassName
{
border-color: #04B76F;
}
.TagClassName
{
border-color: #04B76F;
}
</style>