Shades of Sulu #BFDB77
Tints of Sulu #BFDB77
RGB
CMYK
RGB Variations
Color information
#BFDB77 (or 0xBFDB77) is known color: Sulu. HEX triplet: BF, DB and 77. RGB value is (191,219,119). Sum of RGB (Red+Green+Blue) = 191+219+119=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB77 is #402488. Grayscale: #C7C7C7. Windows color (decimal): -4203657 or 7855039. OLE color: 7855039.
HSL color Cylindrical-coordinate representation of color #BFDB77: hue angle of 76.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFDB77 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 119 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.14 |
| HSL | 76.8º | 0.58% | 0.66% | - |
| HSV(B) | 76.8º | 0.46% | 0.86% | - |
| XYZ | 50.15 | 63.07 | 26.98 | - |
| YUV | 199.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 119 | 0.13 | 0 | 0.46 | 0.14 | 76.8 | 0.58 | 0.66 |
| Hex | BF | DB | 77 | D | 0 | 2E | E | 4D | 3A | 42 |
| Octal | 277 | 333 | 167 | 15 | 0 | 56 | 16 | 115 | 72 | 102 |
| Binary | 10111111 | 11011011 | 1110111 | 1101 | 0 | 101110 | 1110 | 1001101 | 111010 | 1000010 |
Color Harmonies of #BFDB77
Complementary color
Monochromatic Colors of #BFDB77
Black with #BFDB77
Text Example
Text Example
White with #BFDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB77; }
p { color: rgb(191,219,119); }
H1.HeaderClassName
{
color: #BFDB77;
}
.AnyTagClassName
{
color: #BFDB77;
}
</style>
background-color css
<style>
a { background-color: #BFDB77; }
a { background-color: rgb(191,219,119); }
div.DivClassName
{
background-color: #BFDB77;
}
.BgClassName
{
background-color: #BFDB77;
}
</style>
border-color css
<style>
span { border-color: #BFDB77; }
span { border-color: rgb(191,219,119); }
td.TdClassName
{
border-color: #BFDB77;
}
.TagClassName
{
border-color: #BFDB77;
}
</style>