Shades of Jade #05C56C
Tints of Jade #05C56C
RGB
CMYK
RGB Variations
Color information
#05C56C (or 0x05C56C) is known color: Jade. HEX triplet: 05, C5 and 6C. RGB value is (5,197,108). Sum of RGB (Red+Green+Blue) = 5+197+108=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #05C56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C56C is #FA3A93. Grayscale: #818181. Windows color (decimal): -16398996 or 7128325. OLE color: 7128325.
HSL color Cylindrical-coordinate representation of color #05C56C: hue angle of 152.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C56C is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 108 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.23 |
| HSL | 152.19º | 0.95% | 0.4% | - |
| HSV(B) | 152.19º | 0.97% | 0.77% | - |
| XYZ | 22.74 | 41.05 | 20.91 | - |
| YUV | 129.45 | 115.89 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 108 | 0.97 | 0 | 0.45 | 0.23 | 152.19 | 0.95 | 0.4 |
| Hex | 5 | C5 | 6C | 61 | 0 | 2D | 17 | 98 | 5F | 28 |
| Octal | 5 | 305 | 154 | 141 | 0 | 55 | 27 | 230 | 137 | 50 |
| Binary | 101 | 11000101 | 1101100 | 1100001 | 0 | 101101 | 10111 | 10011000 | 1011111 | 101000 |
Color Harmonies of #05C56C
Complementary color
Monochromatic Colors of #05C56C
Black with #05C56C
Text Example
Text Example
White with #05C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C56C; }
p { color: rgb(5,197,108); }
H1.HeaderClassName
{
color: #05C56C;
}
.AnyTagClassName
{
color: #05C56C;
}
</style>
background-color css
<style>
a { background-color: #05C56C; }
a { background-color: rgb(5,197,108); }
div.DivClassName
{
background-color: #05C56C;
}
.BgClassName
{
background-color: #05C56C;
}
</style>
border-color css
<style>
span { border-color: #05C56C; }
span { border-color: rgb(5,197,108); }
td.TdClassName
{
border-color: #05C56C;
}
.TagClassName
{
border-color: #05C56C;
}
</style>