Shades of Sulu #B5D870
Tints of Sulu #B5D870
RGB
CMYK
RGB Variations
Color information
#B5D870 (or 0xB5D870) is known color: Sulu. HEX triplet: B5, D8 and 70. RGB value is (181,216,112). Sum of RGB (Red+Green+Blue) = 181+216+112=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D870 is #4A278F. Grayscale: #C2C2C2. Windows color (decimal): -4859792 or 7395509. OLE color: 7395509.
HSL color Cylindrical-coordinate representation of color #B5D870: hue angle of 80.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5D870 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 112 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.15 |
| HSL | 80.19º | 0.57% | 0.64% | - |
| HSV(B) | 80.19º | 0.48% | 0.85% | - |
| XYZ | 46.54 | 60.11 | 24.48 | - |
| YUV | 193.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 112 | 0.16 | 0 | 0.48 | 0.15 | 80.19 | 0.57 | 0.64 |
| Hex | B5 | D8 | 70 | 10 | 0 | 30 | F | 50 | 39 | 40 |
| Octal | 265 | 330 | 160 | 20 | 0 | 60 | 17 | 120 | 71 | 100 |
| Binary | 10110101 | 11011000 | 1110000 | 10000 | 0 | 110000 | 1111 | 1010000 | 111001 | 1000000 |
Color Harmonies of #B5D870
Complementary color
Monochromatic Colors of #B5D870
Black with #B5D870
Text Example
Text Example
White with #B5D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D870; }
p { color: rgb(181,216,112); }
H1.HeaderClassName
{
color: #B5D870;
}
.AnyTagClassName
{
color: #B5D870;
}
</style>
background-color css
<style>
a { background-color: #B5D870; }
a { background-color: rgb(181,216,112); }
div.DivClassName
{
background-color: #B5D870;
}
.BgClassName
{
background-color: #B5D870;
}
</style>
border-color css
<style>
span { border-color: #B5D870; }
span { border-color: rgb(181,216,112); }
td.TdClassName
{
border-color: #B5D870;
}
.TagClassName
{
border-color: #B5D870;
}
</style>