Shades of Sulu #BFDB75
Tints of Sulu #BFDB75
RGB
CMYK
RGB Variations
Color information
#BFDB75 (or 0xBFDB75) is known color: Sulu. HEX triplet: BF, DB and 75. RGB value is (191,219,117). Sum of RGB (Red+Green+Blue) = 191+219+117=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDB75 is #40248A. Grayscale: #C7C7C7. Windows color (decimal): -4203659 or 7723967. OLE color: 7723967.
HSL color Cylindrical-coordinate representation of color #BFDB75: hue angle of 76.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFDB75 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 117 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.14 |
| HSL | 76.47º | 0.59% | 0.66% | - |
| HSV(B) | 76.47º | 0.47% | 0.86% | - |
| XYZ | 50.03 | 63.02 | 26.36 | - |
| YUV | 199 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 117 | 0.13 | 0 | 0.47 | 0.14 | 76.47 | 0.59 | 0.66 |
| Hex | BF | DB | 75 | D | 0 | 2F | E | 4C | 3B | 42 |
| Octal | 277 | 333 | 165 | 15 | 0 | 57 | 16 | 114 | 73 | 102 |
| Binary | 10111111 | 11011011 | 1110101 | 1101 | 0 | 101111 | 1110 | 1001100 | 111011 | 1000010 |
Color Harmonies of #BFDB75
Complementary color
Monochromatic Colors of #BFDB75
Black with #BFDB75
Text Example
Text Example
White with #BFDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB75; }
p { color: rgb(191,219,117); }
H1.HeaderClassName
{
color: #BFDB75;
}
.AnyTagClassName
{
color: #BFDB75;
}
</style>
background-color css
<style>
a { background-color: #BFDB75; }
a { background-color: rgb(191,219,117); }
div.DivClassName
{
background-color: #BFDB75;
}
.BgClassName
{
background-color: #BFDB75;
}
</style>
border-color css
<style>
span { border-color: #BFDB75; }
span { border-color: rgb(191,219,117); }
td.TdClassName
{
border-color: #BFDB75;
}
.TagClassName
{
border-color: #BFDB75;
}
</style>