Shades of Sulu #B5E686
Tints of Sulu #B5E686
RGB
CMYK
RGB Variations
Color information
#B5E686 (or 0xB5E686) is known color: Sulu. HEX triplet: B5, E6 and 86. RGB value is (181,230,134). Sum of RGB (Red+Green+Blue) = 181+230+134=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E686 is #4A1979. Grayscale: #CCCCCC. Windows color (decimal): -4856186 or 8840885. OLE color: 8840885.
HSL color Cylindrical-coordinate representation of color #B5E686: hue angle of 90.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5E686 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 134 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.10 |
| HSL | 90.63º | 0.66% | 0.71% | - |
| HSV(B) | 90.63º | 0.42% | 0.9% | - |
| XYZ | 51.66 | 68.14 | 32.98 | - |
| YUV | 204.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 134 | 0.21 | 0 | 0.42 | 0.10 | 90.63 | 0.66 | 0.71 |
| Hex | B5 | E6 | 86 | 15 | 0 | 2A | A | 5B | 42 | 47 |
| Octal | 265 | 346 | 206 | 25 | 0 | 52 | 12 | 133 | 102 | 107 |
| Binary | 10110101 | 11100110 | 10000110 | 10101 | 0 | 101010 | 1010 | 1011011 | 1000010 | 1000111 |
Color Harmonies of #B5E686
Complementary color
Monochromatic Colors of #B5E686
Black with #B5E686
Text Example
Text Example
White with #B5E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E686; }
p { color: rgb(181,230,134); }
H1.HeaderClassName
{
color: #B5E686;
}
.AnyTagClassName
{
color: #B5E686;
}
</style>
background-color css
<style>
a { background-color: #B5E686; }
a { background-color: rgb(181,230,134); }
div.DivClassName
{
background-color: #B5E686;
}
.BgClassName
{
background-color: #B5E686;
}
</style>
border-color css
<style>
span { border-color: #B5E686; }
span { border-color: rgb(181,230,134); }
td.TdClassName
{
border-color: #B5E686;
}
.TagClassName
{
border-color: #B5E686;
}
</style>