Shades of Sulu #BFDB71
Tints of Sulu #BFDB71
RGB
CMYK
RGB Variations
Color information
#BFDB71 (or 0xBFDB71) is known color: Sulu. HEX triplet: BF, DB and 71. RGB value is (191,219,113). Sum of RGB (Red+Green+Blue) = 191+219+113=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB71 is #40248E. Grayscale: #C6C6C6. Windows color (decimal): -4203663 or 7461823. OLE color: 7461823.
HSL color Cylindrical-coordinate representation of color #BFDB71: hue angle of 75.85º 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 #BFDB71 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 113 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.14 |
| HSL | 75.85º | 0.6% | 0.65% | - |
| HSV(B) | 75.85º | 0.48% | 0.86% | - |
| XYZ | 49.8 | 62.93 | 25.15 | - |
| YUV | 198.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 113 | 0.13 | 0 | 0.48 | 0.14 | 75.85 | 0.6 | 0.65 |
| Hex | BF | DB | 71 | D | 0 | 30 | E | 4C | 3C | 41 |
| Octal | 277 | 333 | 161 | 15 | 0 | 60 | 16 | 114 | 74 | 101 |
| Binary | 10111111 | 11011011 | 1110001 | 1101 | 0 | 110000 | 1110 | 1001100 | 111100 | 1000001 |
Color Harmonies of #BFDB71
Complementary color
Monochromatic Colors of #BFDB71
Black with #BFDB71
Text Example
Text Example
White with #BFDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB71; }
p { color: rgb(191,219,113); }
H1.HeaderClassName
{
color: #BFDB71;
}
.AnyTagClassName
{
color: #BFDB71;
}
</style>
background-color css
<style>
a { background-color: #BFDB71; }
a { background-color: rgb(191,219,113); }
div.DivClassName
{
background-color: #BFDB71;
}
.BgClassName
{
background-color: #BFDB71;
}
</style>
border-color css
<style>
span { border-color: #BFDB71; }
span { border-color: rgb(191,219,113); }
td.TdClassName
{
border-color: #BFDB71;
}
.TagClassName
{
border-color: #BFDB71;
}
</style>