Shades of Sulu #B7DB84
Tints of Sulu #B7DB84
RGB
CMYK
RGB Variations
Color information
#B7DB84 (or 0xB7DB84) is known color: Sulu. HEX triplet: B7, DB and 84. RGB value is (183,219,132). Sum of RGB (Red+Green+Blue) = 183+219+132=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DB84 is #48247B. Grayscale: #C6C6C6. Windows color (decimal): -4727932 or 8706999. OLE color: 8706999.
HSL color Cylindrical-coordinate representation of color #B7DB84: hue angle of 84.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7DB84 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 132 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.14 |
| HSL | 84.83º | 0.55% | 0.69% | - |
| HSV(B) | 84.83º | 0.4% | 0.86% | - |
| XYZ | 49.02 | 62.4 | 31.29 | - |
| YUV | 198.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 132 | 0.16 | 0 | 0.40 | 0.14 | 84.83 | 0.55 | 0.69 |
| Hex | B7 | DB | 84 | 10 | 0 | 28 | E | 55 | 37 | 45 |
| Octal | 267 | 333 | 204 | 20 | 0 | 50 | 16 | 125 | 67 | 105 |
| Binary | 10110111 | 11011011 | 10000100 | 10000 | 0 | 101000 | 1110 | 1010101 | 110111 | 1000101 |
Color Harmonies of #B7DB84
Complementary color
Monochromatic Colors of #B7DB84
Black with #B7DB84
Text Example
Text Example
White with #B7DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB84; }
p { color: rgb(183,219,132); }
H1.HeaderClassName
{
color: #B7DB84;
}
.AnyTagClassName
{
color: #B7DB84;
}
</style>
background-color css
<style>
a { background-color: #B7DB84; }
a { background-color: rgb(183,219,132); }
div.DivClassName
{
background-color: #B7DB84;
}
.BgClassName
{
background-color: #B7DB84;
}
</style>
border-color css
<style>
span { border-color: #B7DB84; }
span { border-color: rgb(183,219,132); }
td.TdClassName
{
border-color: #B7DB84;
}
.TagClassName
{
border-color: #B7DB84;
}
</style>