Shades of Sulu #BFDB79
Tints of Sulu #BFDB79
RGB
CMYK
RGB Variations
Color information
#BFDB79 (or 0xBFDB79) is known color: Sulu. HEX triplet: BF, DB and 79. RGB value is (191,219,121). Sum of RGB (Red+Green+Blue) = 191+219+121=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB79 is #402486. Grayscale: #C7C7C7. Windows color (decimal): -4203655 or 7986111. OLE color: 7986111.
HSL color Cylindrical-coordinate representation of color #BFDB79: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFDB79 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 121 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.14 |
| HSL | 77.14º | 0.58% | 0.67% | - |
| HSV(B) | 77.14º | 0.45% | 0.86% | - |
| XYZ | 50.27 | 63.12 | 27.62 | - |
| YUV | 199.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 121 | 0.13 | 0 | 0.45 | 0.14 | 77.14 | 0.58 | 0.67 |
| Hex | BF | DB | 79 | D | 0 | 2D | E | 4D | 3A | 43 |
| Octal | 277 | 333 | 171 | 15 | 0 | 55 | 16 | 115 | 72 | 103 |
| Binary | 10111111 | 11011011 | 1111001 | 1101 | 0 | 101101 | 1110 | 1001101 | 111010 | 1000011 |
Color Harmonies of #BFDB79
Complementary color
Monochromatic Colors of #BFDB79
Black with #BFDB79
Text Example
Text Example
White with #BFDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB79; }
p { color: rgb(191,219,121); }
H1.HeaderClassName
{
color: #BFDB79;
}
.AnyTagClassName
{
color: #BFDB79;
}
</style>
background-color css
<style>
a { background-color: #BFDB79; }
a { background-color: rgb(191,219,121); }
div.DivClassName
{
background-color: #BFDB79;
}
.BgClassName
{
background-color: #BFDB79;
}
</style>
border-color css
<style>
span { border-color: #BFDB79; }
span { border-color: rgb(191,219,121); }
td.TdClassName
{
border-color: #BFDB79;
}
.TagClassName
{
border-color: #BFDB79;
}
</style>