Shades of Sulu #B5FF86
Tints of Sulu #B5FF86
RGB
CMYK
RGB Variations
Color information
#B5FF86 (or 0xB5FF86) is known color: Sulu. HEX triplet: B5, FF and 86. RGB value is (181,255,134). Sum of RGB (Red+Green+Blue) = 181+255+134=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FF86 is #4A0079. Grayscale: #DBDBDB. Windows color (decimal): -4849786 or 8847285. OLE color: 8847285.
HSL color Cylindrical-coordinate representation of color #B5FF86: hue angle of 96.69º 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 #B5FF86 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 134 | - |
| CMYK | 0.29 | 0 | 0.47 | 0 |
| HSL | 96.69º | 1% | 0.76% | - |
| HSV(B) | 96.69º | 0.47% | 1% | - |
| XYZ | 59.12 | 83.06 | 35.47 | - |
| YUV | 219.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 134 | 0.29 | 0 | 0.47 | 0 | 96.69 | 1 | 0.76 |
| Hex | B5 | FF | 86 | 1D | 0 | 2F | 0 | 61 | 64 | 4C |
| Octal | 265 | 377 | 206 | 35 | 0 | 57 | 0 | 141 | 144 | 114 |
| Binary | 10110101 | 11111111 | 10000110 | 11101 | 0 | 101111 | 0 | 1100001 | 1100100 | 1001100 |
Color Harmonies of #B5FF86
Complementary color
Monochromatic Colors of #B5FF86
Black with #B5FF86
Text Example
Text Example
White with #B5FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF86; }
p { color: rgb(181,255,134); }
H1.HeaderClassName
{
color: #B5FF86;
}
.AnyTagClassName
{
color: #B5FF86;
}
</style>
background-color css
<style>
a { background-color: #B5FF86; }
a { background-color: rgb(181,255,134); }
div.DivClassName
{
background-color: #B5FF86;
}
.BgClassName
{
background-color: #B5FF86;
}
</style>
border-color css
<style>
span { border-color: #B5FF86; }
span { border-color: rgb(181,255,134); }
td.TdClassName
{
border-color: #B5FF86;
}
.TagClassName
{
border-color: #B5FF86;
}
</style>