Shades of Sulu #BFDB7B
Tints of Sulu #BFDB7B
RGB
CMYK
RGB Variations
Color information
#BFDB7B (or 0xBFDB7B) is known color: Sulu. HEX triplet: BF, DB and 7B. RGB value is (191,219,123). Sum of RGB (Red+Green+Blue) = 191+219+123=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB7B is #402484. Grayscale: #C8C8C8. Windows color (decimal): -4203653 or 8117183. OLE color: 8117183.
HSL color Cylindrical-coordinate representation of color #BFDB7B: hue angle of 77.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFDB7B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 123 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.14 |
| HSL | 77.5º | 0.57% | 0.67% | - |
| HSV(B) | 77.5º | 0.44% | 0.86% | - |
| XYZ | 50.39 | 63.17 | 28.28 | - |
| YUV | 199.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 123 | 0.13 | 0 | 0.44 | 0.14 | 77.5 | 0.57 | 0.67 |
| Hex | BF | DB | 7B | D | 0 | 2C | E | 4E | 39 | 43 |
| Octal | 277 | 333 | 173 | 15 | 0 | 54 | 16 | 116 | 71 | 103 |
| Binary | 10111111 | 11011011 | 1111011 | 1101 | 0 | 101100 | 1110 | 1001110 | 111001 | 1000011 |
Color Harmonies of #BFDB7B
Complementary color
Monochromatic Colors of #BFDB7B
Black with #BFDB7B
Text Example
Text Example
White with #BFDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB7B; }
p { color: rgb(191,219,123); }
H1.HeaderClassName
{
color: #BFDB7B;
}
.AnyTagClassName
{
color: #BFDB7B;
}
</style>
background-color css
<style>
a { background-color: #BFDB7B; }
a { background-color: rgb(191,219,123); }
div.DivClassName
{
background-color: #BFDB7B;
}
.BgClassName
{
background-color: #BFDB7B;
}
</style>
border-color css
<style>
span { border-color: #BFDB7B; }
span { border-color: rgb(191,219,123); }
td.TdClassName
{
border-color: #BFDB7B;
}
.TagClassName
{
border-color: #BFDB7B;
}
</style>