Shades of Sulu #BFDB7D
Tints of Sulu #BFDB7D
RGB
CMYK
RGB Variations
Color information
#BFDB7D (or 0xBFDB7D) is known color: Sulu. HEX triplet: BF, DB and 7D. RGB value is (191,219,125). Sum of RGB (Red+Green+Blue) = 191+219+125=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB7D is #402482. Grayscale: #C8C8C8. Windows color (decimal): -4203651 or 8248255. OLE color: 8248255.
HSL color Cylindrical-coordinate representation of color #BFDB7D: hue angle of 77.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFDB7D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 125 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.14 |
| HSL | 77.87º | 0.57% | 0.67% | - |
| HSV(B) | 77.87º | 0.43% | 0.86% | - |
| XYZ | 50.52 | 63.22 | 28.94 | - |
| YUV | 199.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 125 | 0.13 | 0 | 0.43 | 0.14 | 77.87 | 0.57 | 0.67 |
| Hex | BF | DB | 7D | D | 0 | 2B | E | 4E | 39 | 43 |
| Octal | 277 | 333 | 175 | 15 | 0 | 53 | 16 | 116 | 71 | 103 |
| Binary | 10111111 | 11011011 | 1111101 | 1101 | 0 | 101011 | 1110 | 1001110 | 111001 | 1000011 |
Color Harmonies of #BFDB7D
Complementary color
Monochromatic Colors of #BFDB7D
Black with #BFDB7D
Text Example
Text Example
White with #BFDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB7D; }
p { color: rgb(191,219,125); }
H1.HeaderClassName
{
color: #BFDB7D;
}
.AnyTagClassName
{
color: #BFDB7D;
}
</style>
background-color css
<style>
a { background-color: #BFDB7D; }
a { background-color: rgb(191,219,125); }
div.DivClassName
{
background-color: #BFDB7D;
}
.BgClassName
{
background-color: #BFDB7D;
}
</style>
border-color css
<style>
span { border-color: #BFDB7D; }
span { border-color: rgb(191,219,125); }
td.TdClassName
{
border-color: #BFDB7D;
}
.TagClassName
{
border-color: #BFDB7D;
}
</style>