Shades of Jade #05C373
Tints of Jade #05C373
RGB
CMYK
RGB Variations
Color information
#05C373 (or 0x05C373) is known color: Jade. HEX triplet: 05, C3 and 73. RGB value is (5,195,115). Sum of RGB (Red+Green+Blue) = 5+195+115=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #05C373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C373 is #FA3C8C. Grayscale: #818181. Windows color (decimal): -16399501 or 7586565. OLE color: 7586565.
HSL color Cylindrical-coordinate representation of color #05C373: hue angle of 154.74º 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 #05C373 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 195 | 115 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.24 |
| HSL | 154.74º | 0.95% | 0.39% | - |
| HSV(B) | 154.74º | 0.97% | 0.76% | - |
| XYZ | 22.67 | 40.3 | 22.8 | - |
| YUV | 129.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 195 | 115 | 0.97 | 0 | 0.41 | 0.24 | 154.74 | 0.95 | 0.39 |
| Hex | 5 | C3 | 73 | 61 | 0 | 29 | 18 | 9B | 5F | 27 |
| Octal | 5 | 303 | 163 | 141 | 0 | 51 | 30 | 233 | 137 | 47 |
| Binary | 101 | 11000011 | 1110011 | 1100001 | 0 | 101001 | 11000 | 10011011 | 1011111 | 100111 |
Color Harmonies of #05C373
Complementary color
Monochromatic Colors of #05C373
Black with #05C373
Text Example
Text Example
White with #05C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C373; }
p { color: rgb(5,195,115); }
H1.HeaderClassName
{
color: #05C373;
}
.AnyTagClassName
{
color: #05C373;
}
</style>
background-color css
<style>
a { background-color: #05C373; }
a { background-color: rgb(5,195,115); }
div.DivClassName
{
background-color: #05C373;
}
.BgClassName
{
background-color: #05C373;
}
</style>
border-color css
<style>
span { border-color: #05C373; }
span { border-color: rgb(5,195,115); }
td.TdClassName
{
border-color: #05C373;
}
.TagClassName
{
border-color: #05C373;
}
</style>