Shades of Sulu #B5D876
Tints of Sulu #B5D876
RGB
CMYK
RGB Variations
Color information
#B5D876 (or 0xB5D876) is known color: Sulu. HEX triplet: B5, D8 and 76. RGB value is (181,216,118). Sum of RGB (Red+Green+Blue) = 181+216+118=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D876 is #4A2789. Grayscale: #C2C2C2. Windows color (decimal): -4859786 or 7788725. OLE color: 7788725.
HSL color Cylindrical-coordinate representation of color #B5D876: hue angle of 81.43º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5D876 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 118 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.15 |
| HSL | 81.43º | 0.56% | 0.65% | - |
| HSV(B) | 81.43º | 0.45% | 0.85% | - |
| XYZ | 46.88 | 60.24 | 26.3 | - |
| YUV | 194.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 118 | 0.16 | 0 | 0.45 | 0.15 | 81.43 | 0.56 | 0.65 |
| Hex | B5 | D8 | 76 | 10 | 0 | 2D | F | 51 | 38 | 41 |
| Octal | 265 | 330 | 166 | 20 | 0 | 55 | 17 | 121 | 70 | 101 |
| Binary | 10110101 | 11011000 | 1110110 | 10000 | 0 | 101101 | 1111 | 1010001 | 111000 | 1000001 |
Color Harmonies of #B5D876
Complementary color
Monochromatic Colors of #B5D876
Black with #B5D876
Text Example
Text Example
White with #B5D876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D876; }
p { color: rgb(181,216,118); }
H1.HeaderClassName
{
color: #B5D876;
}
.AnyTagClassName
{
color: #B5D876;
}
</style>
background-color css
<style>
a { background-color: #B5D876; }
a { background-color: rgb(181,216,118); }
div.DivClassName
{
background-color: #B5D876;
}
.BgClassName
{
background-color: #B5D876;
}
</style>
border-color css
<style>
span { border-color: #B5D876; }
span { border-color: rgb(181,216,118); }
td.TdClassName
{
border-color: #B5D876;
}
.TagClassName
{
border-color: #B5D876;
}
</style>