Shades of Sulu #B0FF83
Tints of Sulu #B0FF83
RGB
CMYK
RGB Variations
Color information
#B0FF83 (or 0xB0FF83) is known color: Sulu. HEX triplet: B0, FF and 83. RGB value is (176,255,131). Sum of RGB (Red+Green+Blue) = 176+255+131=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF83 is #4F007C. Grayscale: #D9D9D9. Windows color (decimal): -5177469 or 8650672. OLE color: 8650672.
HSL color Cylindrical-coordinate representation of color #B0FF83: hue angle of 98.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0FF83 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 131 | - |
| CMYK | 0.31 | 0 | 0.49 | 0 |
| HSL | 98.23º | 1% | 0.76% | - |
| HSV(B) | 98.23º | 0.49% | 1% | - |
| XYZ | 57.76 | 82.39 | 34.33 | - |
| YUV | 217.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 131 | 0.31 | 0 | 0.49 | 0 | 98.23 | 1 | 0.76 |
| Hex | B0 | FF | 83 | 1F | 0 | 31 | 0 | 62 | 64 | 4C |
| Octal | 260 | 377 | 203 | 37 | 0 | 61 | 0 | 142 | 144 | 114 |
| Binary | 10110000 | 11111111 | 10000011 | 11111 | 0 | 110001 | 0 | 1100010 | 1100100 | 1001100 |
Color Harmonies of #B0FF83
Complementary color
Monochromatic Colors of #B0FF83
Black with #B0FF83
Text Example
Text Example
White with #B0FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF83; }
p { color: rgb(176,255,131); }
H1.HeaderClassName
{
color: #B0FF83;
}
.AnyTagClassName
{
color: #B0FF83;
}
</style>
background-color css
<style>
a { background-color: #B0FF83; }
a { background-color: rgb(176,255,131); }
div.DivClassName
{
background-color: #B0FF83;
}
.BgClassName
{
background-color: #B0FF83;
}
</style>
border-color css
<style>
span { border-color: #B0FF83; }
span { border-color: rgb(176,255,131); }
td.TdClassName
{
border-color: #B0FF83;
}
.TagClassName
{
border-color: #B0FF83;
}
</style>