Shades of Jade #0BBF65
Tints of Jade #0BBF65
RGB
CMYK
RGB Variations
Color information
#0BBF65 (or 0x0BBF65) is known color: Jade. HEX triplet: 0B, BF and 65. RGB value is (11,191,101). Sum of RGB (Red+Green+Blue) = 11+191+101=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBF65 is #F4409A. Grayscale: #7F7F7F. Windows color (decimal): -16007323 or 6668043. OLE color: 6668043.
HSL color Cylindrical-coordinate representation of color #0BBF65: hue angle of 150º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF65 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 101 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.25 |
| HSL | 150º | 0.89% | 0.4% | - |
| HSV(B) | 150º | 0.94% | 0.75% | - |
| XYZ | 21.12 | 38.27 | 18.59 | - |
| YUV | 126.92 | 113.37 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 101 | 0.94 | 0 | 0.47 | 0.25 | 150 | 0.89 | 0.4 |
| Hex | B | BF | 65 | 5E | 0 | 2F | 19 | 96 | 59 | 28 |
| Octal | 13 | 277 | 145 | 136 | 0 | 57 | 31 | 226 | 131 | 50 |
| Binary | 1011 | 10111111 | 1100101 | 1011110 | 0 | 101111 | 11001 | 10010110 | 1011001 | 101000 |
Color Harmonies of #0BBF65
Complementary color
Monochromatic Colors of #0BBF65
Black with #0BBF65
Text Example
Text Example
White with #0BBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBF65; }
p { color: rgb(11,191,101); }
H1.HeaderClassName
{
color: #0BBF65;
}
.AnyTagClassName
{
color: #0BBF65;
}
</style>
background-color css
<style>
a { background-color: #0BBF65; }
a { background-color: rgb(11,191,101); }
div.DivClassName
{
background-color: #0BBF65;
}
.BgClassName
{
background-color: #0BBF65;
}
</style>
border-color css
<style>
span { border-color: #0BBF65; }
span { border-color: rgb(11,191,101); }
td.TdClassName
{
border-color: #0BBF65;
}
.TagClassName
{
border-color: #0BBF65;
}
</style>