Shades of Jade #05B570
Tints of Jade #05B570
RGB
CMYK
RGB Variations
Color information
#05B570 (or 0x05B570) is known color: Jade. HEX triplet: 05, B5 and 70. RGB value is (5,181,112). Sum of RGB (Red+Green+Blue) = 5+181+112=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #05B570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B570 is #FA4A8F. Grayscale: #787878. Windows color (decimal): -16403088 or 7386373. OLE color: 7386373.
HSL color Cylindrical-coordinate representation of color #05B570: hue angle of 156.48º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B570 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 181 | 112 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.29 |
| HSL | 156.48º | 0.95% | 0.36% | - |
| HSV(B) | 156.48º | 0.97% | 0.71% | - |
| XYZ | 19.51 | 34.25 | 20.91 | - |
| YUV | 120.51 | 123.19 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 181 | 112 | 0.97 | 0 | 0.38 | 0.29 | 156.48 | 0.95 | 0.36 |
| Hex | 5 | B5 | 70 | 61 | 0 | 26 | 1D | 9C | 5F | 24 |
| Octal | 5 | 265 | 160 | 141 | 0 | 46 | 35 | 234 | 137 | 44 |
| Binary | 101 | 10110101 | 1110000 | 1100001 | 0 | 100110 | 11101 | 10011100 | 1011111 | 100100 |
Color Harmonies of #05B570
Complementary color
Monochromatic Colors of #05B570
Black with #05B570
Text Example
Text Example
White with #05B570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B570; }
p { color: rgb(5,181,112); }
H1.HeaderClassName
{
color: #05B570;
}
.AnyTagClassName
{
color: #05B570;
}
</style>
background-color css
<style>
a { background-color: #05B570; }
a { background-color: rgb(5,181,112); }
div.DivClassName
{
background-color: #05B570;
}
.BgClassName
{
background-color: #05B570;
}
</style>
border-color css
<style>
span { border-color: #05B570; }
span { border-color: rgb(5,181,112); }
td.TdClassName
{
border-color: #05B570;
}
.TagClassName
{
border-color: #05B570;
}
</style>