Shades of Jade #05C071
Tints of Jade #05C071
RGB
CMYK
RGB Variations
Color information
#05C071 (or 0x05C071) is known color: Jade. HEX triplet: 05, C0 and 71. RGB value is (5,192,113). Sum of RGB (Red+Green+Blue) = 5+192+113=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #05C071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C071 is #FA3F8E. Grayscale: #7F7F7F. Windows color (decimal): -16400271 or 7454725. OLE color: 7454725.
HSL color Cylindrical-coordinate representation of color #05C071: hue angle of 154.65º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C071 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 113 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.25 |
| HSL | 154.65º | 0.95% | 0.39% | - |
| HSV(B) | 154.65º | 0.97% | 0.75% | - |
| XYZ | 21.89 | 38.92 | 21.98 | - |
| YUV | 127.08 | 120.05 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 113 | 0.97 | 0 | 0.41 | 0.25 | 154.65 | 0.95 | 0.39 |
| Hex | 5 | C0 | 71 | 61 | 0 | 29 | 19 | 9B | 5F | 27 |
| Octal | 5 | 300 | 161 | 141 | 0 | 51 | 31 | 233 | 137 | 47 |
| Binary | 101 | 11000000 | 1110001 | 1100001 | 0 | 101001 | 11001 | 10011011 | 1011111 | 100111 |
Color Harmonies of #05C071
Complementary color
Monochromatic Colors of #05C071
Black with #05C071
Text Example
Text Example
White with #05C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C071; }
p { color: rgb(5,192,113); }
H1.HeaderClassName
{
color: #05C071;
}
.AnyTagClassName
{
color: #05C071;
}
</style>
background-color css
<style>
a { background-color: #05C071; }
a { background-color: rgb(5,192,113); }
div.DivClassName
{
background-color: #05C071;
}
.BgClassName
{
background-color: #05C071;
}
</style>
border-color css
<style>
span { border-color: #05C071; }
span { border-color: rgb(5,192,113); }
td.TdClassName
{
border-color: #05C071;
}
.TagClassName
{
border-color: #05C071;
}
</style>