Shades of Sulu #B0FF86
Tints of Sulu #B0FF86
RGB
CMYK
RGB Variations
Color information
#B0FF86 (or 0xB0FF86) is known color: Sulu. HEX triplet: B0, FF and 86. RGB value is (176,255,134). Sum of RGB (Red+Green+Blue) = 176+255+134=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF86 is #4F0079. Grayscale: #D9D9D9. Windows color (decimal): -5177466 or 8847280. OLE color: 8847280.
HSL color Cylindrical-coordinate representation of color #B0FF86: hue angle of 99.17º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0FF86 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 134 | - |
| CMYK | 0.31 | 0 | 0.47 | 0 |
| HSL | 99.17º | 1% | 0.76% | - |
| HSV(B) | 99.17º | 0.47% | 1% | - |
| XYZ | 57.97 | 82.47 | 35.42 | - |
| YUV | 217.59 | 80.83 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 134 | 0.31 | 0 | 0.47 | 0 | 99.17 | 1 | 0.76 |
| Hex | B0 | FF | 86 | 1F | 0 | 2F | 0 | 63 | 64 | 4C |
| Octal | 260 | 377 | 206 | 37 | 0 | 57 | 0 | 143 | 144 | 114 |
| Binary | 10110000 | 11111111 | 10000110 | 11111 | 0 | 101111 | 0 | 1100011 | 1100100 | 1001100 |
Color Harmonies of #B0FF86
Complementary color
Monochromatic Colors of #B0FF86
Black with #B0FF86
Text Example
Text Example
White with #B0FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF86; }
p { color: rgb(176,255,134); }
H1.HeaderClassName
{
color: #B0FF86;
}
.AnyTagClassName
{
color: #B0FF86;
}
</style>
background-color css
<style>
a { background-color: #B0FF86; }
a { background-color: rgb(176,255,134); }
div.DivClassName
{
background-color: #B0FF86;
}
.BgClassName
{
background-color: #B0FF86;
}
</style>
border-color css
<style>
span { border-color: #B0FF86; }
span { border-color: rgb(176,255,134); }
td.TdClassName
{
border-color: #B0FF86;
}
.TagClassName
{
border-color: #B0FF86;
}
</style>