Shades of Sulu #B0FF71
Tints of Sulu #B0FF71
RGB
CMYK
RGB Variations
Color information
#B0FF71 (or 0xB0FF71) is known color: Sulu. HEX triplet: B0, FF and 71. RGB value is (176,255,113). Sum of RGB (Red+Green+Blue) = 176+255+113=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF71 is #4F008E. Grayscale: #D7D7D7. Windows color (decimal): -5177487 or 7471024. OLE color: 7471024.
HSL color Cylindrical-coordinate representation of color #B0FF71: hue angle of 93.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0FF71 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 113 | - |
| CMYK | 0.31 | 0 | 0.56 | 0 |
| HSL | 93.38º | 1% | 0.72% | - |
| HSV(B) | 93.38º | 0.56% | 1% | - |
| XYZ | 56.65 | 81.94 | 28.45 | - |
| YUV | 215.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 113 | 0.31 | 0 | 0.56 | 0 | 93.38 | 1 | 0.72 |
| Hex | B0 | FF | 71 | 1F | 0 | 38 | 0 | 5D | 64 | 48 |
| Octal | 260 | 377 | 161 | 37 | 0 | 70 | 0 | 135 | 144 | 110 |
| Binary | 10110000 | 11111111 | 1110001 | 11111 | 0 | 111000 | 0 | 1011101 | 1100100 | 1001000 |
Color Harmonies of #B0FF71
Complementary color
Monochromatic Colors of #B0FF71
Black with #B0FF71
Text Example
Text Example
White with #B0FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF71; }
p { color: rgb(176,255,113); }
H1.HeaderClassName
{
color: #B0FF71;
}
.AnyTagClassName
{
color: #B0FF71;
}
</style>
background-color css
<style>
a { background-color: #B0FF71; }
a { background-color: rgb(176,255,113); }
div.DivClassName
{
background-color: #B0FF71;
}
.BgClassName
{
background-color: #B0FF71;
}
</style>
border-color css
<style>
span { border-color: #B0FF71; }
span { border-color: rgb(176,255,113); }
td.TdClassName
{
border-color: #B0FF71;
}
.TagClassName
{
border-color: #B0FF71;
}
</style>