Shades of Sulu #BFDD83
Tints of Sulu #BFDD83
RGB
CMYK
RGB Variations
Color information
#BFDD83 (or 0xBFDD83) is known color: Sulu. HEX triplet: BF, DD and 83. RGB value is (191,221,131). Sum of RGB (Red+Green+Blue) = 191+221+131=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD83 is #40227C. Grayscale: #CACACA. Windows color (decimal): -4203133 or 8641983. OLE color: 8641983.
HSL color Cylindrical-coordinate representation of color #BFDD83: hue angle of 80º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFDD83 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 131 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.13 |
| HSL | 80º | 0.57% | 0.69% | - |
| HSV(B) | 80º | 0.41% | 0.87% | - |
| XYZ | 51.44 | 64.43 | 31.2 | - |
| YUV | 201.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 131 | 0.14 | 0 | 0.41 | 0.13 | 80 | 0.57 | 0.69 |
| Hex | BF | DD | 83 | E | 0 | 29 | D | 50 | 39 | 45 |
| Octal | 277 | 335 | 203 | 16 | 0 | 51 | 15 | 120 | 71 | 105 |
| Binary | 10111111 | 11011101 | 10000011 | 1110 | 0 | 101001 | 1101 | 1010000 | 111001 | 1000101 |
Color Harmonies of #BFDD83
Complementary color
Monochromatic Colors of #BFDD83
Black with #BFDD83
Text Example
Text Example
White with #BFDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD83; }
p { color: rgb(191,221,131); }
H1.HeaderClassName
{
color: #BFDD83;
}
.AnyTagClassName
{
color: #BFDD83;
}
</style>
background-color css
<style>
a { background-color: #BFDD83; }
a { background-color: rgb(191,221,131); }
div.DivClassName
{
background-color: #BFDD83;
}
.BgClassName
{
background-color: #BFDD83;
}
</style>
border-color css
<style>
span { border-color: #BFDD83; }
span { border-color: rgb(191,221,131); }
td.TdClassName
{
border-color: #BFDD83;
}
.TagClassName
{
border-color: #BFDD83;
}
</style>