Shades of Sulu #B7FF71
Tints of Sulu #B7FF71
RGB
CMYK
RGB Variations
Color information
#B7FF71 (or 0xB7FF71) is known color: Sulu. HEX triplet: B7, FF and 71. RGB value is (183,255,113). Sum of RGB (Red+Green+Blue) = 183+255+113=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FF71 is #48008E. Grayscale: #D9D9D9. Windows color (decimal): -4718735 or 7471031. OLE color: 7471031.
HSL color Cylindrical-coordinate representation of color #B7FF71: hue angle of 90.42º 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 #B7FF71 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 113 | - |
| CMYK | 0.28 | 0 | 0.56 | 0 |
| HSL | 90.42º | 1% | 0.72% | - |
| HSV(B) | 90.42º | 0.56% | 1% | - |
| XYZ | 58.27 | 82.78 | 28.53 | - |
| YUV | 217.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 113 | 0.28 | 0 | 0.56 | 0 | 90.42 | 1 | 0.72 |
| Hex | B7 | FF | 71 | 1C | 0 | 38 | 0 | 5A | 64 | 48 |
| Octal | 267 | 377 | 161 | 34 | 0 | 70 | 0 | 132 | 144 | 110 |
| Binary | 10110111 | 11111111 | 1110001 | 11100 | 0 | 111000 | 0 | 1011010 | 1100100 | 1001000 |
Color Harmonies of #B7FF71
Complementary color
Monochromatic Colors of #B7FF71
Black with #B7FF71
Text Example
Text Example
White with #B7FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FF71; }
p { color: rgb(183,255,113); }
H1.HeaderClassName
{
color: #B7FF71;
}
.AnyTagClassName
{
color: #B7FF71;
}
</style>
background-color css
<style>
a { background-color: #B7FF71; }
a { background-color: rgb(183,255,113); }
div.DivClassName
{
background-color: #B7FF71;
}
.BgClassName
{
background-color: #B7FF71;
}
</style>
border-color css
<style>
span { border-color: #B7FF71; }
span { border-color: rgb(183,255,113); }
td.TdClassName
{
border-color: #B7FF71;
}
.TagClassName
{
border-color: #B7FF71;
}
</style>