Shades of Jade #13BD64
Tints of Jade #13BD64
RGB
CMYK
RGB Variations
Color information
#13BD64 (or 0x13BD64) is known color: Jade. HEX triplet: 13, BD and 64. RGB value is (19,189,100). Sum of RGB (Red+Green+Blue) = 19+189+100=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD64 is #EC429B. Grayscale: #808080. Windows color (decimal): -15483548 or 6602003. OLE color: 6602003.
HSL color Cylindrical-coordinate representation of color #13BD64: hue angle of 148.59º 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 #13BD64 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 100 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.26 |
| HSL | 148.59º | 0.82% | 0.41% | - |
| HSV(B) | 148.59º | 0.9% | 0.74% | - |
| XYZ | 20.77 | 37.45 | 18.19 | - |
| YUV | 128.02 | 112.18 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 100 | 0.90 | 0 | 0.47 | 0.26 | 148.59 | 0.82 | 0.41 |
| Hex | 13 | BD | 64 | 5A | 0 | 2F | 1A | 95 | 52 | 29 |
| Octal | 23 | 275 | 144 | 132 | 0 | 57 | 32 | 225 | 122 | 51 |
| Binary | 10011 | 10111101 | 1100100 | 1011010 | 0 | 101111 | 11010 | 10010101 | 1010010 | 101001 |
Color Harmonies of #13BD64
Complementary color
Monochromatic Colors of #13BD64
Black with #13BD64
Text Example
Text Example
White with #13BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD64; }
p { color: rgb(19,189,100); }
H1.HeaderClassName
{
color: #13BD64;
}
.AnyTagClassName
{
color: #13BD64;
}
</style>
background-color css
<style>
a { background-color: #13BD64; }
a { background-color: rgb(19,189,100); }
div.DivClassName
{
background-color: #13BD64;
}
.BgClassName
{
background-color: #13BD64;
}
</style>
border-color css
<style>
span { border-color: #13BD64; }
span { border-color: rgb(19,189,100); }
td.TdClassName
{
border-color: #13BD64;
}
.TagClassName
{
border-color: #13BD64;
}
</style>