Shades of Jade #04B873
Tints of Jade #04B873
RGB
CMYK
RGB Variations
Color information
#04B873 (or 0x04B873) is known color: Jade. HEX triplet: 04, B8 and 73. RGB value is (4,184,115). Sum of RGB (Red+Green+Blue) = 4+184+115=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #04B873 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B873 is #FB478C. Grayscale: #7A7A7A. Windows color (decimal): -16467853 or 7583748. OLE color: 7583748.
HSL color Cylindrical-coordinate representation of color #04B873: hue angle of 157º 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 #04B873 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 115 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.28 |
| HSL | 157º | 0.96% | 0.37% | - |
| HSV(B) | 157º | 0.98% | 0.72% | - |
| XYZ | 20.29 | 35.54 | 22.01 | - |
| YUV | 122.31 | 123.87 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 115 | 0.98 | 0 | 0.38 | 0.28 | 157 | 0.96 | 0.37 |
| Hex | 4 | B8 | 73 | 62 | 0 | 26 | 1C | 9D | 60 | 25 |
| Octal | 4 | 270 | 163 | 142 | 0 | 46 | 34 | 235 | 140 | 45 |
| Binary | 100 | 10111000 | 1110011 | 1100010 | 0 | 100110 | 11100 | 10011101 | 1100000 | 100101 |
Color Harmonies of #04B873
Complementary color
Monochromatic Colors of #04B873
Black with #04B873
Text Example
Text Example
White with #04B873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B873; }
p { color: rgb(4,184,115); }
H1.HeaderClassName
{
color: #04B873;
}
.AnyTagClassName
{
color: #04B873;
}
</style>
background-color css
<style>
a { background-color: #04B873; }
a { background-color: rgb(4,184,115); }
div.DivClassName
{
background-color: #04B873;
}
.BgClassName
{
background-color: #04B873;
}
</style>
border-color css
<style>
span { border-color: #04B873; }
span { border-color: rgb(4,184,115); }
td.TdClassName
{
border-color: #04B873;
}
.TagClassName
{
border-color: #04B873;
}
</style>