Shades of Jade #11BD63
Tints of Jade #11BD63
RGB
CMYK
RGB Variations
Color information
#11BD63 (or 0x11BD63) is known color: Jade. HEX triplet: 11, BD and 63. RGB value is (17,189,99). Sum of RGB (Red+Green+Blue) = 17+189+99=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BD63 is #EE429C. Grayscale: #7F7F7F. Windows color (decimal): -15614621 or 6536465. OLE color: 6536465.
HSL color Cylindrical-coordinate representation of color #11BD63: hue angle of 148.6º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BD63 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 99 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.26 |
| HSL | 148.6º | 0.83% | 0.4% | - |
| HSV(B) | 148.6º | 0.91% | 0.74% | - |
| XYZ | 20.68 | 37.42 | 17.94 | - |
| YUV | 127.31 | 112.02 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 99 | 0.91 | 0 | 0.48 | 0.26 | 148.6 | 0.83 | 0.4 |
| Hex | 11 | BD | 63 | 5B | 0 | 30 | 1A | 95 | 53 | 28 |
| Octal | 21 | 275 | 143 | 133 | 0 | 60 | 32 | 225 | 123 | 50 |
| Binary | 10001 | 10111101 | 1100011 | 1011011 | 0 | 110000 | 11010 | 10010101 | 1010011 | 101000 |
Color Harmonies of #11BD63
Complementary color
Monochromatic Colors of #11BD63
Black with #11BD63
Text Example
Text Example
White with #11BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD63; }
p { color: rgb(17,189,99); }
H1.HeaderClassName
{
color: #11BD63;
}
.AnyTagClassName
{
color: #11BD63;
}
</style>
background-color css
<style>
a { background-color: #11BD63; }
a { background-color: rgb(17,189,99); }
div.DivClassName
{
background-color: #11BD63;
}
.BgClassName
{
background-color: #11BD63;
}
</style>
border-color css
<style>
span { border-color: #11BD63; }
span { border-color: rgb(17,189,99); }
td.TdClassName
{
border-color: #11BD63;
}
.TagClassName
{
border-color: #11BD63;
}
</style>