Shades of Jade #04B977
Tints of Jade #04B977
RGB
CMYK
RGB Variations
Color information
#04B977 (or 0x04B977) is known color: Jade. HEX triplet: 04, B9 and 77. RGB value is (4,185,119). Sum of RGB (Red+Green+Blue) = 4+185+119=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #04B977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B977 is #FB4688. Grayscale: #7B7B7B. Windows color (decimal): -16467593 or 7846148. OLE color: 7846148.
HSL color Cylindrical-coordinate representation of color #04B977: hue angle of 158.12º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B977 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 185 | 119 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.27 |
| HSL | 158.12º | 0.96% | 0.37% | - |
| HSV(B) | 158.12º | 0.98% | 0.73% | - |
| XYZ | 20.73 | 36.06 | 23.32 | - |
| YUV | 123.36 | 125.53 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 119 | 0.98 | 0 | 0.36 | 0.27 | 158.12 | 0.96 | 0.37 |
| Hex | 4 | B9 | 77 | 62 | 0 | 24 | 1B | 9E | 60 | 25 |
| Octal | 4 | 271 | 167 | 142 | 0 | 44 | 33 | 236 | 140 | 45 |
| Binary | 100 | 10111001 | 1110111 | 1100010 | 0 | 100100 | 11011 | 10011110 | 1100000 | 100101 |
Color Harmonies of #04B977
Complementary color
Monochromatic Colors of #04B977
Black with #04B977
Text Example
Text Example
White with #04B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B977; }
p { color: rgb(4,185,119); }
H1.HeaderClassName
{
color: #04B977;
}
.AnyTagClassName
{
color: #04B977;
}
</style>
background-color css
<style>
a { background-color: #04B977; }
a { background-color: rgb(4,185,119); }
div.DivClassName
{
background-color: #04B977;
}
.BgClassName
{
background-color: #04B977;
}
</style>
border-color css
<style>
span { border-color: #04B977; }
span { border-color: rgb(4,185,119); }
td.TdClassName
{
border-color: #04B977;
}
.TagClassName
{
border-color: #04B977;
}
</style>