Shades of Sulu #BFDB70
Tints of Sulu #BFDB70
RGB
CMYK
RGB Variations
Color information
#BFDB70 (or 0xBFDB70) is known color: Sulu. HEX triplet: BF, DB and 70. RGB value is (191,219,112). Sum of RGB (Red+Green+Blue) = 191+219+112=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB70 is #40248F. Grayscale: #C6C6C6. Windows color (decimal): -4203664 or 7396287. OLE color: 7396287.
HSL color Cylindrical-coordinate representation of color #BFDB70: hue angle of 75.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFDB70 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 112 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.14 |
| HSL | 75.7º | 0.6% | 0.65% | - |
| HSV(B) | 75.7º | 0.49% | 0.86% | - |
| XYZ | 49.74 | 62.91 | 24.85 | - |
| YUV | 198.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 112 | 0.13 | 0 | 0.49 | 0.14 | 75.7 | 0.6 | 0.65 |
| Hex | BF | DB | 70 | D | 0 | 31 | E | 4C | 3C | 41 |
| Octal | 277 | 333 | 160 | 15 | 0 | 61 | 16 | 114 | 74 | 101 |
| Binary | 10111111 | 11011011 | 1110000 | 1101 | 0 | 110001 | 1110 | 1001100 | 111100 | 1000001 |
Color Harmonies of #BFDB70
Complementary color
Monochromatic Colors of #BFDB70
Black with #BFDB70
Text Example
Text Example
White with #BFDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB70; }
p { color: rgb(191,219,112); }
H1.HeaderClassName
{
color: #BFDB70;
}
.AnyTagClassName
{
color: #BFDB70;
}
</style>
background-color css
<style>
a { background-color: #BFDB70; }
a { background-color: rgb(191,219,112); }
div.DivClassName
{
background-color: #BFDB70;
}
.BgClassName
{
background-color: #BFDB70;
}
</style>
border-color css
<style>
span { border-color: #BFDB70; }
span { border-color: rgb(191,219,112); }
td.TdClassName
{
border-color: #BFDB70;
}
.TagClassName
{
border-color: #BFDB70;
}
</style>