Shades of Jade #05C172
Tints of Jade #05C172
RGB
CMYK
RGB Variations
Color information
#05C172 (or 0x05C172) is known color: Jade. HEX triplet: 05, C1 and 72. RGB value is (5,193,114). Sum of RGB (Red+Green+Blue) = 5+193+114=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #05C172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C172 is #FA3E8D. Grayscale: #7F7F7F. Windows color (decimal): -16400014 or 7520517. OLE color: 7520517.
HSL color Cylindrical-coordinate representation of color #05C172: hue angle of 154.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C172 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 193 | 114 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.24 |
| HSL | 154.79º | 0.95% | 0.39% | - |
| HSV(B) | 154.79º | 0.97% | 0.76% | - |
| XYZ | 22.17 | 39.39 | 22.35 | - |
| YUV | 127.78 | 120.22 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 114 | 0.97 | 0 | 0.41 | 0.24 | 154.79 | 0.95 | 0.39 |
| Hex | 5 | C1 | 72 | 61 | 0 | 29 | 18 | 9B | 5F | 27 |
| Octal | 5 | 301 | 162 | 141 | 0 | 51 | 30 | 233 | 137 | 47 |
| Binary | 101 | 11000001 | 1110010 | 1100001 | 0 | 101001 | 11000 | 10011011 | 1011111 | 100111 |
Color Harmonies of #05C172
Complementary color
Monochromatic Colors of #05C172
Black with #05C172
Text Example
Text Example
White with #05C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C172; }
p { color: rgb(5,193,114); }
H1.HeaderClassName
{
color: #05C172;
}
.AnyTagClassName
{
color: #05C172;
}
</style>
background-color css
<style>
a { background-color: #05C172; }
a { background-color: rgb(5,193,114); }
div.DivClassName
{
background-color: #05C172;
}
.BgClassName
{
background-color: #05C172;
}
</style>
border-color css
<style>
span { border-color: #05C172; }
span { border-color: rgb(5,193,114); }
td.TdClassName
{
border-color: #05C172;
}
.TagClassName
{
border-color: #05C172;
}
</style>