Shades of Jade #11BE63
Tints of Jade #11BE63
RGB
CMYK
RGB Variations
Color information
#11BE63 (or 0x11BE63) is known color: Jade. HEX triplet: 11, BE and 63. RGB value is (17,190,99). Sum of RGB (Red+Green+Blue) = 17+190+99=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BE63 is #EE419C. Grayscale: #808080. Windows color (decimal): -15614365 or 6536721. OLE color: 6536721.
HSL color Cylindrical-coordinate representation of color #11BE63: hue angle of 148.44º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BE63 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 99 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.25 |
| HSL | 148.44º | 0.84% | 0.41% | - |
| HSV(B) | 148.44º | 0.91% | 0.75% | - |
| XYZ | 20.9 | 37.85 | 18.01 | - |
| YUV | 127.9 | 111.69 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 99 | 0.91 | 0 | 0.48 | 0.25 | 148.44 | 0.84 | 0.41 |
| Hex | 11 | BE | 63 | 5B | 0 | 30 | 19 | 94 | 54 | 29 |
| Octal | 21 | 276 | 143 | 133 | 0 | 60 | 31 | 224 | 124 | 51 |
| Binary | 10001 | 10111110 | 1100011 | 1011011 | 0 | 110000 | 11001 | 10010100 | 1010100 | 101001 |
Color Harmonies of #11BE63
Complementary color
Monochromatic Colors of #11BE63
Black with #11BE63
Text Example
Text Example
White with #11BE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE63; }
p { color: rgb(17,190,99); }
H1.HeaderClassName
{
color: #11BE63;
}
.AnyTagClassName
{
color: #11BE63;
}
</style>
background-color css
<style>
a { background-color: #11BE63; }
a { background-color: rgb(17,190,99); }
div.DivClassName
{
background-color: #11BE63;
}
.BgClassName
{
background-color: #11BE63;
}
</style>
border-color css
<style>
span { border-color: #11BE63; }
span { border-color: rgb(17,190,99); }
td.TdClassName
{
border-color: #11BE63;
}
.TagClassName
{
border-color: #11BE63;
}
</style>