Shades of Jade #08BB63
Tints of Jade #08BB63
RGB
CMYK
RGB Variations
Color information
#08BB63 (or 0x08BB63) is known color: Jade. HEX triplet: 08, BB and 63. RGB value is (8,187,99). Sum of RGB (Red+Green+Blue) = 8+187+99=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BB63 is #F7449C. Grayscale: #7B7B7B. Windows color (decimal): -16204957 or 6535944. OLE color: 6535944.
HSL color Cylindrical-coordinate representation of color #08BB63: hue angle of 150.5º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BB63 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 187 | 99 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.27 |
| HSL | 150.5º | 0.92% | 0.38% | - |
| HSV(B) | 150.5º | 0.96% | 0.73% | - |
| XYZ | 20.12 | 36.49 | 17.79 | - |
| YUV | 123.45 | 114.2 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 99 | 0.96 | 0 | 0.47 | 0.27 | 150.5 | 0.92 | 0.38 |
| Hex | 8 | BB | 63 | 60 | 0 | 2F | 1B | 97 | 5C | 26 |
| Octal | 10 | 273 | 143 | 140 | 0 | 57 | 33 | 227 | 134 | 46 |
| Binary | 1000 | 10111011 | 1100011 | 1100000 | 0 | 101111 | 11011 | 10010111 | 1011100 | 100110 |
Color Harmonies of #08BB63
Complementary color
Monochromatic Colors of #08BB63
Black with #08BB63
Text Example
Text Example
White with #08BB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BB63; }
p { color: rgb(8,187,99); }
H1.HeaderClassName
{
color: #08BB63;
}
.AnyTagClassName
{
color: #08BB63;
}
</style>
background-color css
<style>
a { background-color: #08BB63; }
a { background-color: rgb(8,187,99); }
div.DivClassName
{
background-color: #08BB63;
}
.BgClassName
{
background-color: #08BB63;
}
</style>
border-color css
<style>
span { border-color: #08BB63; }
span { border-color: rgb(8,187,99); }
td.TdClassName
{
border-color: #08BB63;
}
.TagClassName
{
border-color: #08BB63;
}
</style>