Shades of Sulu #B5D877
Tints of Sulu #B5D877
RGB
CMYK
RGB Variations
Color information
#B5D877 (or 0xB5D877) is known color: Sulu. HEX triplet: B5, D8 and 77. RGB value is (181,216,119). Sum of RGB (Red+Green+Blue) = 181+216+119=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D877 is #4A2788. Grayscale: #C2C2C2. Windows color (decimal): -4859785 or 7854261. OLE color: 7854261.
HSL color Cylindrical-coordinate representation of color #B5D877: hue angle of 81.65º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5D877 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 119 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.15 |
| HSL | 81.65º | 0.55% | 0.66% | - |
| HSV(B) | 81.65º | 0.45% | 0.85% | - |
| XYZ | 46.94 | 60.27 | 26.61 | - |
| YUV | 194.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 119 | 0.16 | 0 | 0.45 | 0.15 | 81.65 | 0.55 | 0.66 |
| Hex | B5 | D8 | 77 | 10 | 0 | 2D | F | 52 | 37 | 42 |
| Octal | 265 | 330 | 167 | 20 | 0 | 55 | 17 | 122 | 67 | 102 |
| Binary | 10110101 | 11011000 | 1110111 | 10000 | 0 | 101101 | 1111 | 1010010 | 110111 | 1000010 |
Color Harmonies of #B5D877
Complementary color
Monochromatic Colors of #B5D877
Black with #B5D877
Text Example
Text Example
White with #B5D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D877; }
p { color: rgb(181,216,119); }
H1.HeaderClassName
{
color: #B5D877;
}
.AnyTagClassName
{
color: #B5D877;
}
</style>
background-color css
<style>
a { background-color: #B5D877; }
a { background-color: rgb(181,216,119); }
div.DivClassName
{
background-color: #B5D877;
}
.BgClassName
{
background-color: #B5D877;
}
</style>
border-color css
<style>
span { border-color: #B5D877; }
span { border-color: rgb(181,216,119); }
td.TdClassName
{
border-color: #B5D877;
}
.TagClassName
{
border-color: #B5D877;
}
</style>