Shades of Sulu #B8DB75
Tints of Sulu #B8DB75
RGB
CMYK
RGB Variations
Color information
#B8DB75 (or 0xB8DB75) is known color: Sulu. HEX triplet: B8, DB and 75. RGB value is (184,219,117). Sum of RGB (Red+Green+Blue) = 184+219+117=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB75 is #47248A. Grayscale: #C5C5C5. Windows color (decimal): -4662411 or 7723960. OLE color: 7723960.
HSL color Cylindrical-coordinate representation of color #B8DB75: hue angle of 80.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8DB75 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 117 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.14 |
| HSL | 80.59º | 0.59% | 0.66% | - |
| HSV(B) | 80.59º | 0.47% | 0.86% | - |
| XYZ | 48.31 | 62.14 | 26.28 | - |
| YUV | 196.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 117 | 0.16 | 0 | 0.47 | 0.14 | 80.59 | 0.59 | 0.66 |
| Hex | B8 | DB | 75 | 10 | 0 | 2F | E | 51 | 3B | 42 |
| Octal | 270 | 333 | 165 | 20 | 0 | 57 | 16 | 121 | 73 | 102 |
| Binary | 10111000 | 11011011 | 1110101 | 10000 | 0 | 101111 | 1110 | 1010001 | 111011 | 1000010 |
Color Harmonies of #B8DB75
Complementary color
Monochromatic Colors of #B8DB75
Black with #B8DB75
Text Example
Text Example
White with #B8DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB75; }
p { color: rgb(184,219,117); }
H1.HeaderClassName
{
color: #B8DB75;
}
.AnyTagClassName
{
color: #B8DB75;
}
</style>
background-color css
<style>
a { background-color: #B8DB75; }
a { background-color: rgb(184,219,117); }
div.DivClassName
{
background-color: #B8DB75;
}
.BgClassName
{
background-color: #B8DB75;
}
</style>
border-color css
<style>
span { border-color: #B8DB75; }
span { border-color: rgb(184,219,117); }
td.TdClassName
{
border-color: #B8DB75;
}
.TagClassName
{
border-color: #B8DB75;
}
</style>