Shades of Jade #11BF65
Tints of Jade #11BF65
RGB
CMYK
RGB Variations
Color information
#11BF65 (or 0x11BF65) is known color: Jade. HEX triplet: 11, BF and 65. RGB value is (17,191,101). Sum of RGB (Red+Green+Blue) = 17+191+101=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BF65 is #EE409A. Grayscale: #808080. Windows color (decimal): -15614107 or 6668049. OLE color: 6668049.
HSL color Cylindrical-coordinate representation of color #11BF65: hue angle of 148.97º 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 #11BF65 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 191 | 101 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.25 |
| HSL | 148.97º | 0.84% | 0.41% | - |
| HSV(B) | 148.97º | 0.91% | 0.75% | - |
| XYZ | 21.21 | 38.32 | 18.59 | - |
| YUV | 128.71 | 112.35 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 101 | 0.91 | 0 | 0.47 | 0.25 | 148.97 | 0.84 | 0.41 |
| Hex | 11 | BF | 65 | 5B | 0 | 2F | 19 | 95 | 54 | 29 |
| Octal | 21 | 277 | 145 | 133 | 0 | 57 | 31 | 225 | 124 | 51 |
| Binary | 10001 | 10111111 | 1100101 | 1011011 | 0 | 101111 | 11001 | 10010101 | 1010100 | 101001 |
Color Harmonies of #11BF65
Complementary color
Monochromatic Colors of #11BF65
Black with #11BF65
Text Example
Text Example
White with #11BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BF65; }
p { color: rgb(17,191,101); }
H1.HeaderClassName
{
color: #11BF65;
}
.AnyTagClassName
{
color: #11BF65;
}
</style>
background-color css
<style>
a { background-color: #11BF65; }
a { background-color: rgb(17,191,101); }
div.DivClassName
{
background-color: #11BF65;
}
.BgClassName
{
background-color: #11BF65;
}
</style>
border-color css
<style>
span { border-color: #11BF65; }
span { border-color: rgb(17,191,101); }
td.TdClassName
{
border-color: #11BF65;
}
.TagClassName
{
border-color: #11BF65;
}
</style>