Shades of Jade #13BD63
Tints of Jade #13BD63
RGB
CMYK
RGB Variations
Color information
#13BD63 (or 0x13BD63) is known color: Jade. HEX triplet: 13, BD and 63. RGB value is (19,189,99). Sum of RGB (Red+Green+Blue) = 19+189+99=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD63 is #EC429C. Grayscale: #808080. Windows color (decimal): -15483549 or 6536467. OLE color: 6536467.
HSL color Cylindrical-coordinate representation of color #13BD63: hue angle of 148.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD63 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 99 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.26 |
| HSL | 148.24º | 0.82% | 0.41% | - |
| HSV(B) | 148.24º | 0.9% | 0.74% | - |
| XYZ | 20.72 | 37.43 | 17.94 | - |
| YUV | 127.91 | 111.68 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 99 | 0.90 | 0 | 0.48 | 0.26 | 148.24 | 0.82 | 0.41 |
| Hex | 13 | BD | 63 | 5A | 0 | 30 | 1A | 94 | 52 | 29 |
| Octal | 23 | 275 | 143 | 132 | 0 | 60 | 32 | 224 | 122 | 51 |
| Binary | 10011 | 10111101 | 1100011 | 1011010 | 0 | 110000 | 11010 | 10010100 | 1010010 | 101001 |
Color Harmonies of #13BD63
Complementary color
Monochromatic Colors of #13BD63
Black with #13BD63
Text Example
Text Example
White with #13BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD63; }
p { color: rgb(19,189,99); }
H1.HeaderClassName
{
color: #13BD63;
}
.AnyTagClassName
{
color: #13BD63;
}
</style>
background-color css
<style>
a { background-color: #13BD63; }
a { background-color: rgb(19,189,99); }
div.DivClassName
{
background-color: #13BD63;
}
.BgClassName
{
background-color: #13BD63;
}
</style>
border-color css
<style>
span { border-color: #13BD63; }
span { border-color: rgb(19,189,99); }
td.TdClassName
{
border-color: #13BD63;
}
.TagClassName
{
border-color: #13BD63;
}
</style>