Shades of Sulu #BFDB82
Tints of Sulu #BFDB82
RGB
CMYK
RGB Variations
Color information
#BFDB82 (or 0xBFDB82) is known color: Sulu. HEX triplet: BF, DB and 82. RGB value is (191,219,130). Sum of RGB (Red+Green+Blue) = 191+219+130=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB82 is #40247D. Grayscale: #C8C8C8. Windows color (decimal): -4203646 or 8575935. OLE color: 8575935.
HSL color Cylindrical-coordinate representation of color #BFDB82: hue angle of 78.88º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFDB82 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 130 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.14 |
| HSL | 78.88º | 0.55% | 0.68% | - |
| HSV(B) | 78.88º | 0.41% | 0.86% | - |
| XYZ | 50.85 | 63.35 | 30.67 | - |
| YUV | 200.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 130 | 0.13 | 0 | 0.41 | 0.14 | 78.88 | 0.55 | 0.68 |
| Hex | BF | DB | 82 | D | 0 | 29 | E | 4F | 37 | 44 |
| Octal | 277 | 333 | 202 | 15 | 0 | 51 | 16 | 117 | 67 | 104 |
| Binary | 10111111 | 11011011 | 10000010 | 1101 | 0 | 101001 | 1110 | 1001111 | 110111 | 1000100 |
Color Harmonies of #BFDB82
Complementary color
Monochromatic Colors of #BFDB82
Black with #BFDB82
Text Example
Text Example
White with #BFDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB82; }
p { color: rgb(191,219,130); }
H1.HeaderClassName
{
color: #BFDB82;
}
.AnyTagClassName
{
color: #BFDB82;
}
</style>
background-color css
<style>
a { background-color: #BFDB82; }
a { background-color: rgb(191,219,130); }
div.DivClassName
{
background-color: #BFDB82;
}
.BgClassName
{
background-color: #BFDB82;
}
</style>
border-color css
<style>
span { border-color: #BFDB82; }
span { border-color: rgb(191,219,130); }
td.TdClassName
{
border-color: #BFDB82;
}
.TagClassName
{
border-color: #BFDB82;
}
</style>