Shades of Sulu #B5D87E
Tints of Sulu #B5D87E
RGB
CMYK
RGB Variations
Color information
#B5D87E (or 0xB5D87E) is known color: Sulu. HEX triplet: B5, D8 and 7E. RGB value is (181,216,126). Sum of RGB (Red+Green+Blue) = 181+216+126=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D87E is #4A2781. Grayscale: #C3C3C3. Windows color (decimal): -4859778 or 8313013. OLE color: 8313013.
HSL color Cylindrical-coordinate representation of color #B5D87E: hue angle of 83.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5D87E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 126 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.15 |
| HSL | 83.33º | 0.54% | 0.67% | - |
| HSV(B) | 83.33º | 0.42% | 0.85% | - |
| XYZ | 47.38 | 60.44 | 28.91 | - |
| YUV | 195.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 126 | 0.16 | 0 | 0.42 | 0.15 | 83.33 | 0.54 | 0.67 |
| Hex | B5 | D8 | 7E | 10 | 0 | 2A | F | 53 | 36 | 43 |
| Octal | 265 | 330 | 176 | 20 | 0 | 52 | 17 | 123 | 66 | 103 |
| Binary | 10110101 | 11011000 | 1111110 | 10000 | 0 | 101010 | 1111 | 1010011 | 110110 | 1000011 |
Color Harmonies of #B5D87E
Complementary color
Monochromatic Colors of #B5D87E
Black with #B5D87E
Text Example
Text Example
White with #B5D87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D87E; }
p { color: rgb(181,216,126); }
H1.HeaderClassName
{
color: #B5D87E;
}
.AnyTagClassName
{
color: #B5D87E;
}
</style>
background-color css
<style>
a { background-color: #B5D87E; }
a { background-color: rgb(181,216,126); }
div.DivClassName
{
background-color: #B5D87E;
}
.BgClassName
{
background-color: #B5D87E;
}
</style>
border-color css
<style>
span { border-color: #B5D87E; }
span { border-color: rgb(181,216,126); }
td.TdClassName
{
border-color: #B5D87E;
}
.TagClassName
{
border-color: #B5D87E;
}
</style>