Shades of Jade #05C470
Tints of Jade #05C470
RGB
CMYK
RGB Variations
Color information
#05C470 (or 0x05C470) is known color: Jade. HEX triplet: 05, C4 and 70. RGB value is (5,196,112). Sum of RGB (Red+Green+Blue) = 5+196+112=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 196 (76.95% from 255 or 62.62% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 196 - color contains mainly: green. Hex color #05C470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C470 is #FA3B8F. Grayscale: #818181. Windows color (decimal): -16399248 or 7390213. OLE color: 7390213.
HSL color Cylindrical-coordinate representation of color #05C470: hue angle of 153.61º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C470 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 196 | 112 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.23 |
| HSL | 153.61º | 0.95% | 0.39% | - |
| HSV(B) | 153.61º | 0.97% | 0.77% | - |
| XYZ | 22.73 | 40.68 | 21.98 | - |
| YUV | 129.32 | 118.22 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 196 | 112 | 0.97 | 0 | 0.43 | 0.23 | 153.61 | 0.95 | 0.39 |
| Hex | 5 | C4 | 70 | 61 | 0 | 2B | 17 | 9A | 5F | 27 |
| Octal | 5 | 304 | 160 | 141 | 0 | 53 | 27 | 232 | 137 | 47 |
| Binary | 101 | 11000100 | 1110000 | 1100001 | 0 | 101011 | 10111 | 10011010 | 1011111 | 100111 |
Color Harmonies of #05C470
Complementary color
Monochromatic Colors of #05C470
Black with #05C470
Text Example
Text Example
White with #05C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C470; }
p { color: rgb(5,196,112); }
H1.HeaderClassName
{
color: #05C470;
}
.AnyTagClassName
{
color: #05C470;
}
</style>
background-color css
<style>
a { background-color: #05C470; }
a { background-color: rgb(5,196,112); }
div.DivClassName
{
background-color: #05C470;
}
.BgClassName
{
background-color: #05C470;
}
</style>
border-color css
<style>
span { border-color: #05C470; }
span { border-color: rgb(5,196,112); }
td.TdClassName
{
border-color: #05C470;
}
.TagClassName
{
border-color: #05C470;
}
</style>