Shades of Jade #05BA71
Tints of Jade #05BA71
RGB
CMYK
RGB Variations
Color information
#05BA71 (or 0x05BA71) is known color: Jade. HEX triplet: 05, BA and 71. RGB value is (5,186,113). Sum of RGB (Red+Green+Blue) = 5+186+113=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA71 is #FA458E. Grayscale: #7B7B7B. Windows color (decimal): -16401807 or 7453189. OLE color: 7453189.
HSL color Cylindrical-coordinate representation of color #05BA71: hue angle of 155.8º 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 #05BA71 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 113 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.27 |
| HSL | 155.8º | 0.95% | 0.37% | - |
| HSV(B) | 155.8º | 0.97% | 0.73% | - |
| XYZ | 20.6 | 36.34 | 21.55 | - |
| YUV | 123.56 | 122.03 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 113 | 0.97 | 0 | 0.39 | 0.27 | 155.8 | 0.95 | 0.37 |
| Hex | 5 | BA | 71 | 61 | 0 | 27 | 1B | 9C | 5F | 25 |
| Octal | 5 | 272 | 161 | 141 | 0 | 47 | 33 | 234 | 137 | 45 |
| Binary | 101 | 10111010 | 1110001 | 1100001 | 0 | 100111 | 11011 | 10011100 | 1011111 | 100101 |
Color Harmonies of #05BA71
Complementary color
Monochromatic Colors of #05BA71
Black with #05BA71
Text Example
Text Example
White with #05BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA71; }
p { color: rgb(5,186,113); }
H1.HeaderClassName
{
color: #05BA71;
}
.AnyTagClassName
{
color: #05BA71;
}
</style>
background-color css
<style>
a { background-color: #05BA71; }
a { background-color: rgb(5,186,113); }
div.DivClassName
{
background-color: #05BA71;
}
.BgClassName
{
background-color: #05BA71;
}
</style>
border-color css
<style>
span { border-color: #05BA71; }
span { border-color: rgb(5,186,113); }
td.TdClassName
{
border-color: #05BA71;
}
.TagClassName
{
border-color: #05BA71;
}
</style>