Shades of Sulu #B5E986
Tints of Sulu #B5E986
RGB
CMYK
RGB Variations
Color information
#B5E986 (or 0xB5E986) is known color: Sulu. HEX triplet: B5, E9 and 86. RGB value is (181,233,134). Sum of RGB (Red+Green+Blue) = 181+233+134=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E986 is #4A1679. Grayscale: #CECECE. Windows color (decimal): -4855418 or 8841653. OLE color: 8841653.
HSL color Cylindrical-coordinate representation of color #B5E986: hue angle of 91.52º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5E986 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 134 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.09 |
| HSL | 91.52º | 0.69% | 0.72% | - |
| HSV(B) | 91.52º | 0.42% | 0.91% | - |
| XYZ | 52.5 | 69.82 | 33.26 | - |
| YUV | 206.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 134 | 0.22 | 0 | 0.42 | 0.09 | 91.52 | 0.69 | 0.72 |
| Hex | B5 | E9 | 86 | 16 | 0 | 2A | 9 | 5C | 45 | 48 |
| Octal | 265 | 351 | 206 | 26 | 0 | 52 | 11 | 134 | 105 | 110 |
| Binary | 10110101 | 11101001 | 10000110 | 10110 | 0 | 101010 | 1001 | 1011100 | 1000101 | 1001000 |
Color Harmonies of #B5E986
Complementary color
Monochromatic Colors of #B5E986
Black with #B5E986
Text Example
Text Example
White with #B5E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E986; }
p { color: rgb(181,233,134); }
H1.HeaderClassName
{
color: #B5E986;
}
.AnyTagClassName
{
color: #B5E986;
}
</style>
background-color css
<style>
a { background-color: #B5E986; }
a { background-color: rgb(181,233,134); }
div.DivClassName
{
background-color: #B5E986;
}
.BgClassName
{
background-color: #B5E986;
}
</style>
border-color css
<style>
span { border-color: #B5E986; }
span { border-color: rgb(181,233,134); }
td.TdClassName
{
border-color: #B5E986;
}
.TagClassName
{
border-color: #B5E986;
}
</style>