Shades of Sulu #B8D775
Tints of Sulu #B8D775
RGB
CMYK
RGB Variations
Color information
#B8D775 (or 0xB8D775) is known color: Sulu. HEX triplet: B8, D7 and 75. RGB value is (184,215,117). Sum of RGB (Red+Green+Blue) = 184+215+117=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D775 is #47288A. Grayscale: #C2C2C2. Windows color (decimal): -4663435 or 7722936. OLE color: 7722936.
HSL color Cylindrical-coordinate representation of color #B8D775: hue angle of 78.98º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8D775 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 117 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.16 |
| HSL | 78.98º | 0.55% | 0.65% | - |
| HSV(B) | 78.98º | 0.46% | 0.84% | - |
| XYZ | 47.28 | 60.08 | 25.93 | - |
| YUV | 194.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 117 | 0.14 | 0 | 0.46 | 0.16 | 78.98 | 0.55 | 0.65 |
| Hex | B8 | D7 | 75 | E | 0 | 2E | 10 | 4F | 37 | 41 |
| Octal | 270 | 327 | 165 | 16 | 0 | 56 | 20 | 117 | 67 | 101 |
| Binary | 10111000 | 11010111 | 1110101 | 1110 | 0 | 101110 | 10000 | 1001111 | 110111 | 1000001 |
Color Harmonies of #B8D775
Complementary color
Monochromatic Colors of #B8D775
Black with #B8D775
Text Example
Text Example
White with #B8D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D775; }
p { color: rgb(184,215,117); }
H1.HeaderClassName
{
color: #B8D775;
}
.AnyTagClassName
{
color: #B8D775;
}
</style>
background-color css
<style>
a { background-color: #B8D775; }
a { background-color: rgb(184,215,117); }
div.DivClassName
{
background-color: #B8D775;
}
.BgClassName
{
background-color: #B8D775;
}
</style>
border-color css
<style>
span { border-color: #B8D775; }
span { border-color: rgb(184,215,117); }
td.TdClassName
{
border-color: #B8D775;
}
.TagClassName
{
border-color: #B8D775;
}
</style>