Shades of Sulu #BFDD85
Tints of Sulu #BFDD85
RGB
CMYK
RGB Variations
Color information
#BFDD85 (or 0xBFDD85) is known color: Sulu. HEX triplet: BF, DD and 85. RGB value is (191,221,133). Sum of RGB (Red+Green+Blue) = 191+221+133=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD85 is #40227A. Grayscale: #CACACA. Windows color (decimal): -4203131 or 8773055. OLE color: 8773055.
HSL color Cylindrical-coordinate representation of color #BFDD85: hue angle of 80.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFDD85 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 133 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.13 |
| HSL | 80.45º | 0.56% | 0.69% | - |
| HSV(B) | 80.45º | 0.4% | 0.87% | - |
| XYZ | 51.58 | 64.48 | 31.92 | - |
| YUV | 202 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 133 | 0.14 | 0 | 0.40 | 0.13 | 80.45 | 0.56 | 0.69 |
| Hex | BF | DD | 85 | E | 0 | 28 | D | 50 | 38 | 45 |
| Octal | 277 | 335 | 205 | 16 | 0 | 50 | 15 | 120 | 70 | 105 |
| Binary | 10111111 | 11011101 | 10000101 | 1110 | 0 | 101000 | 1101 | 1010000 | 111000 | 1000101 |
Color Harmonies of #BFDD85
Complementary color
Monochromatic Colors of #BFDD85
Black with #BFDD85
Text Example
Text Example
White with #BFDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD85; }
p { color: rgb(191,221,133); }
H1.HeaderClassName
{
color: #BFDD85;
}
.AnyTagClassName
{
color: #BFDD85;
}
</style>
background-color css
<style>
a { background-color: #BFDD85; }
a { background-color: rgb(191,221,133); }
div.DivClassName
{
background-color: #BFDD85;
}
.BgClassName
{
background-color: #BFDD85;
}
</style>
border-color css
<style>
span { border-color: #BFDD85; }
span { border-color: rgb(191,221,133); }
td.TdClassName
{
border-color: #BFDD85;
}
.TagClassName
{
border-color: #BFDD85;
}
</style>