Shades of Jade #05BA75
Tints of Jade #05BA75
RGB
CMYK
RGB Variations
Color information
#05BA75 (or 0x05BA75) is known color: Jade. HEX triplet: 05, BA and 75. RGB value is (5,186,117). Sum of RGB (Red+Green+Blue) = 5+186+117=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA75 is #FA458A. Grayscale: #7C7C7C. Windows color (decimal): -16401803 or 7715333. OLE color: 7715333.
HSL color Cylindrical-coordinate representation of color #05BA75: hue angle of 157.13º 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 #05BA75 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 117 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.27 |
| HSL | 157.13º | 0.95% | 0.37% | - |
| HSV(B) | 157.13º | 0.97% | 0.73% | - |
| XYZ | 20.83 | 36.43 | 22.76 | - |
| YUV | 124.02 | 124.03 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 117 | 0.97 | 0 | 0.37 | 0.27 | 157.13 | 0.95 | 0.37 |
| Hex | 5 | BA | 75 | 61 | 0 | 25 | 1B | 9D | 5F | 25 |
| Octal | 5 | 272 | 165 | 141 | 0 | 45 | 33 | 235 | 137 | 45 |
| Binary | 101 | 10111010 | 1110101 | 1100001 | 0 | 100101 | 11011 | 10011101 | 1011111 | 100101 |
Color Harmonies of #05BA75
Complementary color
Monochromatic Colors of #05BA75
Black with #05BA75
Text Example
Text Example
White with #05BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA75; }
p { color: rgb(5,186,117); }
H1.HeaderClassName
{
color: #05BA75;
}
.AnyTagClassName
{
color: #05BA75;
}
</style>
background-color css
<style>
a { background-color: #05BA75; }
a { background-color: rgb(5,186,117); }
div.DivClassName
{
background-color: #05BA75;
}
.BgClassName
{
background-color: #05BA75;
}
</style>
border-color css
<style>
span { border-color: #05BA75; }
span { border-color: rgb(5,186,117); }
td.TdClassName
{
border-color: #05BA75;
}
.TagClassName
{
border-color: #05BA75;
}
</style>