Shades of Sulu #BFDB7E
Tints of Sulu #BFDB7E
RGB
CMYK
RGB Variations
Color information
#BFDB7E (or 0xBFDB7E) is known color: Sulu. HEX triplet: BF, DB and 7E. RGB value is (191,219,126). Sum of RGB (Red+Green+Blue) = 191+219+126=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB7E is #402481. Grayscale: #C8C8C8. Windows color (decimal): -4203650 or 8313791. OLE color: 8313791.
HSL color Cylindrical-coordinate representation of color #BFDB7E: hue angle of 78.06º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFDB7E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 126 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.14 |
| HSL | 78.06º | 0.56% | 0.68% | - |
| HSV(B) | 78.06º | 0.42% | 0.86% | - |
| XYZ | 50.58 | 63.25 | 29.28 | - |
| YUV | 200.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 126 | 0.13 | 0 | 0.42 | 0.14 | 78.06 | 0.56 | 0.68 |
| Hex | BF | DB | 7E | D | 0 | 2A | E | 4E | 38 | 44 |
| Octal | 277 | 333 | 176 | 15 | 0 | 52 | 16 | 116 | 70 | 104 |
| Binary | 10111111 | 11011011 | 1111110 | 1101 | 0 | 101010 | 1110 | 1001110 | 111000 | 1000100 |
Color Harmonies of #BFDB7E
Complementary color
Monochromatic Colors of #BFDB7E
Black with #BFDB7E
Text Example
Text Example
White with #BFDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB7E; }
p { color: rgb(191,219,126); }
H1.HeaderClassName
{
color: #BFDB7E;
}
.AnyTagClassName
{
color: #BFDB7E;
}
</style>
background-color css
<style>
a { background-color: #BFDB7E; }
a { background-color: rgb(191,219,126); }
div.DivClassName
{
background-color: #BFDB7E;
}
.BgClassName
{
background-color: #BFDB7E;
}
</style>
border-color css
<style>
span { border-color: #BFDB7E; }
span { border-color: rgb(191,219,126); }
td.TdClassName
{
border-color: #BFDB7E;
}
.TagClassName
{
border-color: #BFDB7E;
}
</style>