Shades of Sulu #B0FF87
Tints of Sulu #B0FF87
RGB
CMYK
RGB Variations
Color information
#B0FF87 (or 0xB0FF87) is known color: Sulu. HEX triplet: B0, FF and 87. RGB value is (176,255,135). Sum of RGB (Red+Green+Blue) = 176+255+135=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF87 is #4F0078. Grayscale: #DADADA. Windows color (decimal): -5177465 or 8912816. OLE color: 8912816.
HSL color Cylindrical-coordinate representation of color #B0FF87: hue angle of 99.5º 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 #B0FF87 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 135 | - |
| CMYK | 0.31 | 0 | 0.47 | 0 |
| HSL | 99.5º | 1% | 0.76% | - |
| HSV(B) | 99.5º | 0.47% | 1% | - |
| XYZ | 58.04 | 82.5 | 35.79 | - |
| YUV | 217.7 | 81.33 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 135 | 0.31 | 0 | 0.47 | 0 | 99.5 | 1 | 0.76 |
| Hex | B0 | FF | 87 | 1F | 0 | 2F | 0 | 64 | 64 | 4C |
| Octal | 260 | 377 | 207 | 37 | 0 | 57 | 0 | 144 | 144 | 114 |
| Binary | 10110000 | 11111111 | 10000111 | 11111 | 0 | 101111 | 0 | 1100100 | 1100100 | 1001100 |
Color Harmonies of #B0FF87
Complementary color
Monochromatic Colors of #B0FF87
Black with #B0FF87
Text Example
Text Example
White with #B0FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF87; }
p { color: rgb(176,255,135); }
H1.HeaderClassName
{
color: #B0FF87;
}
.AnyTagClassName
{
color: #B0FF87;
}
</style>
background-color css
<style>
a { background-color: #B0FF87; }
a { background-color: rgb(176,255,135); }
div.DivClassName
{
background-color: #B0FF87;
}
.BgClassName
{
background-color: #B0FF87;
}
</style>
border-color css
<style>
span { border-color: #B0FF87; }
span { border-color: rgb(176,255,135); }
td.TdClassName
{
border-color: #B0FF87;
}
.TagClassName
{
border-color: #B0FF87;
}
</style>