Shades of Sulu #B8D778
Tints of Sulu #B8D778
RGB
CMYK
RGB Variations
Color information
#B8D778 (or 0xB8D778) is known color: Sulu. HEX triplet: B8, D7 and 78. RGB value is (184,215,120). Sum of RGB (Red+Green+Blue) = 184+215+120=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D778 is #472887. Grayscale: #C3C3C3. Windows color (decimal): -4663432 or 7919544. OLE color: 7919544.
HSL color Cylindrical-coordinate representation of color #B8D778: hue angle of 79.58º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8D778 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 120 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.16 |
| HSL | 79.58º | 0.54% | 0.66% | - |
| HSV(B) | 79.58º | 0.44% | 0.84% | - |
| XYZ | 47.46 | 60.15 | 26.88 | - |
| YUV | 194.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 120 | 0.14 | 0 | 0.44 | 0.16 | 79.58 | 0.54 | 0.66 |
| Hex | B8 | D7 | 78 | E | 0 | 2C | 10 | 50 | 36 | 42 |
| Octal | 270 | 327 | 170 | 16 | 0 | 54 | 20 | 120 | 66 | 102 |
| Binary | 10111000 | 11010111 | 1111000 | 1110 | 0 | 101100 | 10000 | 1010000 | 110110 | 1000010 |
Color Harmonies of #B8D778
Complementary color
Monochromatic Colors of #B8D778
Black with #B8D778
Text Example
Text Example
White with #B8D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D778; }
p { color: rgb(184,215,120); }
H1.HeaderClassName
{
color: #B8D778;
}
.AnyTagClassName
{
color: #B8D778;
}
</style>
background-color css
<style>
a { background-color: #B8D778; }
a { background-color: rgb(184,215,120); }
div.DivClassName
{
background-color: #B8D778;
}
.BgClassName
{
background-color: #B8D778;
}
</style>
border-color css
<style>
span { border-color: #B8D778; }
span { border-color: rgb(184,215,120); }
td.TdClassName
{
border-color: #B8D778;
}
.TagClassName
{
border-color: #B8D778;
}
</style>