Shades of Sulu #BFDB7A
Tints of Sulu #BFDB7A
RGB
CMYK
RGB Variations
Color information
#BFDB7A (or 0xBFDB7A) is known color: Sulu. HEX triplet: BF, DB and 7A. RGB value is (191,219,122). Sum of RGB (Red+Green+Blue) = 191+219+122=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB7A is #402485. Grayscale: #C7C7C7. Windows color (decimal): -4203654 or 8051647. OLE color: 8051647.
HSL color Cylindrical-coordinate representation of color #BFDB7A: hue angle of 77.32º 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 #BFDB7A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 122 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.14 |
| HSL | 77.32º | 0.57% | 0.67% | - |
| HSV(B) | 77.32º | 0.44% | 0.86% | - |
| XYZ | 50.33 | 63.14 | 27.95 | - |
| YUV | 199.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 122 | 0.13 | 0 | 0.44 | 0.14 | 77.32 | 0.57 | 0.67 |
| Hex | BF | DB | 7A | D | 0 | 2C | E | 4D | 39 | 43 |
| Octal | 277 | 333 | 172 | 15 | 0 | 54 | 16 | 115 | 71 | 103 |
| Binary | 10111111 | 11011011 | 1111010 | 1101 | 0 | 101100 | 1110 | 1001101 | 111001 | 1000011 |
Color Harmonies of #BFDB7A
Complementary color
Monochromatic Colors of #BFDB7A
Black with #BFDB7A
Text Example
Text Example
White with #BFDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB7A; }
p { color: rgb(191,219,122); }
H1.HeaderClassName
{
color: #BFDB7A;
}
.AnyTagClassName
{
color: #BFDB7A;
}
</style>
background-color css
<style>
a { background-color: #BFDB7A; }
a { background-color: rgb(191,219,122); }
div.DivClassName
{
background-color: #BFDB7A;
}
.BgClassName
{
background-color: #BFDB7A;
}
</style>
border-color css
<style>
span { border-color: #BFDB7A; }
span { border-color: rgb(191,219,122); }
td.TdClassName
{
border-color: #BFDB7A;
}
.TagClassName
{
border-color: #BFDB7A;
}
</style>