Shades of Sulu #B8DB71
Tints of Sulu #B8DB71
RGB
CMYK
RGB Variations
Color information
#B8DB71 (or 0xB8DB71) is known color: Sulu. HEX triplet: B8, DB and 71. RGB value is (184,219,113). Sum of RGB (Red+Green+Blue) = 184+219+113=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB71 is #47248E. Grayscale: #C4C4C4. Windows color (decimal): -4662415 or 7461816. OLE color: 7461816.
HSL color Cylindrical-coordinate representation of color #B8DB71: hue angle of 79.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8DB71 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 113 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.14 |
| HSL | 79.81º | 0.6% | 0.65% | - |
| HSV(B) | 79.81º | 0.48% | 0.86% | - |
| XYZ | 48.08 | 62.05 | 25.06 | - |
| YUV | 196.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 113 | 0.16 | 0 | 0.48 | 0.14 | 79.81 | 0.6 | 0.65 |
| Hex | B8 | DB | 71 | 10 | 0 | 30 | E | 50 | 3C | 41 |
| Octal | 270 | 333 | 161 | 20 | 0 | 60 | 16 | 120 | 74 | 101 |
| Binary | 10111000 | 11011011 | 1110001 | 10000 | 0 | 110000 | 1110 | 1010000 | 111100 | 1000001 |
Color Harmonies of #B8DB71
Complementary color
Monochromatic Colors of #B8DB71
Black with #B8DB71
Text Example
Text Example
White with #B8DB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB71; }
p { color: rgb(184,219,113); }
H1.HeaderClassName
{
color: #B8DB71;
}
.AnyTagClassName
{
color: #B8DB71;
}
</style>
background-color css
<style>
a { background-color: #B8DB71; }
a { background-color: rgb(184,219,113); }
div.DivClassName
{
background-color: #B8DB71;
}
.BgClassName
{
background-color: #B8DB71;
}
</style>
border-color css
<style>
span { border-color: #B8DB71; }
span { border-color: rgb(184,219,113); }
td.TdClassName
{
border-color: #B8DB71;
}
.TagClassName
{
border-color: #B8DB71;
}
</style>