Shades of Sulu #B5D874
Tints of Sulu #B5D874
RGB
CMYK
RGB Variations
Color information
#B5D874 (or 0xB5D874) is known color: Sulu. HEX triplet: B5, D8 and 74. RGB value is (181,216,116). Sum of RGB (Red+Green+Blue) = 181+216+116=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D874 is #4A278B. Grayscale: #C2C2C2. Windows color (decimal): -4859788 or 7657653. OLE color: 7657653.
HSL color Cylindrical-coordinate representation of color #B5D874: hue angle of 81º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5D874 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 116 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.15 |
| HSL | 81º | 0.56% | 0.65% | - |
| HSV(B) | 81º | 0.46% | 0.85% | - |
| XYZ | 46.76 | 60.2 | 25.68 | - |
| YUV | 194.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 116 | 0.16 | 0 | 0.46 | 0.15 | 81 | 0.56 | 0.65 |
| Hex | B5 | D8 | 74 | 10 | 0 | 2E | F | 51 | 38 | 41 |
| Octal | 265 | 330 | 164 | 20 | 0 | 56 | 17 | 121 | 70 | 101 |
| Binary | 10110101 | 11011000 | 1110100 | 10000 | 0 | 101110 | 1111 | 1010001 | 111000 | 1000001 |
Color Harmonies of #B5D874
Complementary color
Monochromatic Colors of #B5D874
Black with #B5D874
Text Example
Text Example
White with #B5D874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D874; }
p { color: rgb(181,216,116); }
H1.HeaderClassName
{
color: #B5D874;
}
.AnyTagClassName
{
color: #B5D874;
}
</style>
background-color css
<style>
a { background-color: #B5D874; }
a { background-color: rgb(181,216,116); }
div.DivClassName
{
background-color: #B5D874;
}
.BgClassName
{
background-color: #B5D874;
}
</style>
border-color css
<style>
span { border-color: #B5D874; }
span { border-color: rgb(181,216,116); }
td.TdClassName
{
border-color: #B5D874;
}
.TagClassName
{
border-color: #B5D874;
}
</style>