Shades of Sulu #B1FF71
Tints of Sulu #B1FF71
RGB
CMYK
RGB Variations
Color information
#B1FF71 (or 0xB1FF71) is known color: Sulu. HEX triplet: B1, FF and 71. RGB value is (177,255,113). Sum of RGB (Red+Green+Blue) = 177+255+113=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF71 is #4E008E. Grayscale: #D7D7D7. Windows color (decimal): -5111951 or 7471025. OLE color: 7471025.
HSL color Cylindrical-coordinate representation of color #B1FF71: hue angle of 92.96º 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 #B1FF71 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 113 | - |
| CMYK | 0.31 | 0 | 0.56 | 0 |
| HSL | 92.96º | 1% | 0.72% | - |
| HSV(B) | 92.96º | 0.56% | 1% | - |
| XYZ | 56.87 | 82.06 | 28.46 | - |
| YUV | 215.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 113 | 0.31 | 0 | 0.56 | 0 | 92.96 | 1 | 0.72 |
| Hex | B1 | FF | 71 | 1F | 0 | 38 | 0 | 5D | 64 | 48 |
| Octal | 261 | 377 | 161 | 37 | 0 | 70 | 0 | 135 | 144 | 110 |
| Binary | 10110001 | 11111111 | 1110001 | 11111 | 0 | 111000 | 0 | 1011101 | 1100100 | 1001000 |
Color Harmonies of #B1FF71
Complementary color
Monochromatic Colors of #B1FF71
Black with #B1FF71
Text Example
Text Example
White with #B1FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF71; }
p { color: rgb(177,255,113); }
H1.HeaderClassName
{
color: #B1FF71;
}
.AnyTagClassName
{
color: #B1FF71;
}
</style>
background-color css
<style>
a { background-color: #B1FF71; }
a { background-color: rgb(177,255,113); }
div.DivClassName
{
background-color: #B1FF71;
}
.BgClassName
{
background-color: #B1FF71;
}
</style>
border-color css
<style>
span { border-color: #B1FF71; }
span { border-color: rgb(177,255,113); }
td.TdClassName
{
border-color: #B1FF71;
}
.TagClassName
{
border-color: #B1FF71;
}
</style>