Shades of Jade #13BB63
Tints of Jade #13BB63
RGB
CMYK
RGB Variations
Color information
#13BB63 (or 0x13BB63) is known color: Jade. HEX triplet: 13, BB and 63. RGB value is (19,187,99). Sum of RGB (Red+Green+Blue) = 19+187+99=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 187 (73.44% from 255 or 61.31% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 187 - color contains mainly: green. Hex color #13BB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BB63 is #EC449C. Grayscale: #7E7E7E. Windows color (decimal): -15484061 or 6535955. OLE color: 6535955.
HSL color Cylindrical-coordinate representation of color #13BB63: hue angle of 148.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BB63 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 99 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.27 |
| HSL | 148.57º | 0.82% | 0.4% | - |
| HSV(B) | 148.57º | 0.9% | 0.73% | - |
| XYZ | 20.29 | 36.58 | 17.8 | - |
| YUV | 126.74 | 112.34 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 99 | 0.90 | 0 | 0.47 | 0.27 | 148.57 | 0.82 | 0.4 |
| Hex | 13 | BB | 63 | 5A | 0 | 2F | 1B | 95 | 52 | 28 |
| Octal | 23 | 273 | 143 | 132 | 0 | 57 | 33 | 225 | 122 | 50 |
| Binary | 10011 | 10111011 | 1100011 | 1011010 | 0 | 101111 | 11011 | 10010101 | 1010010 | 101000 |
Color Harmonies of #13BB63
Complementary color
Monochromatic Colors of #13BB63
Black with #13BB63
Text Example
Text Example
White with #13BB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BB63; }
p { color: rgb(19,187,99); }
H1.HeaderClassName
{
color: #13BB63;
}
.AnyTagClassName
{
color: #13BB63;
}
</style>
background-color css
<style>
a { background-color: #13BB63; }
a { background-color: rgb(19,187,99); }
div.DivClassName
{
background-color: #13BB63;
}
.BgClassName
{
background-color: #13BB63;
}
</style>
border-color css
<style>
span { border-color: #13BB63; }
span { border-color: rgb(19,187,99); }
td.TdClassName
{
border-color: #13BB63;
}
.TagClassName
{
border-color: #13BB63;
}
</style>