Shades of Jade #05B972
Tints of Jade #05B972
RGB
CMYK
RGB Variations
Color information
#05B972 (or 0x05B972) is known color: Jade. HEX triplet: 05, B9 and 72. RGB value is (5,185,114). Sum of RGB (Red+Green+Blue) = 5+185+114=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #05B972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B972 is #FA468D. Grayscale: #7B7B7B. Windows color (decimal): -16402062 or 7518469. OLE color: 7518469.
HSL color Cylindrical-coordinate representation of color #05B972: hue angle of 156.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B972 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 185 | 114 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.27 |
| HSL | 156.33º | 0.95% | 0.37% | - |
| HSV(B) | 156.33º | 0.97% | 0.73% | - |
| XYZ | 20.45 | 35.95 | 21.78 | - |
| YUV | 123.09 | 122.87 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 185 | 114 | 0.97 | 0 | 0.38 | 0.27 | 156.33 | 0.95 | 0.37 |
| Hex | 5 | B9 | 72 | 61 | 0 | 26 | 1B | 9C | 5F | 25 |
| Octal | 5 | 271 | 162 | 141 | 0 | 46 | 33 | 234 | 137 | 45 |
| Binary | 101 | 10111001 | 1110010 | 1100001 | 0 | 100110 | 11011 | 10011100 | 1011111 | 100101 |
Color Harmonies of #05B972
Complementary color
Monochromatic Colors of #05B972
Black with #05B972
Text Example
Text Example
White with #05B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B972; }
p { color: rgb(5,185,114); }
H1.HeaderClassName
{
color: #05B972;
}
.AnyTagClassName
{
color: #05B972;
}
</style>
background-color css
<style>
a { background-color: #05B972; }
a { background-color: rgb(5,185,114); }
div.DivClassName
{
background-color: #05B972;
}
.BgClassName
{
background-color: #05B972;
}
</style>
border-color css
<style>
span { border-color: #05B972; }
span { border-color: rgb(5,185,114); }
td.TdClassName
{
border-color: #05B972;
}
.TagClassName
{
border-color: #05B972;
}
</style>