Shades of Sulu #BFDD84
Tints of Sulu #BFDD84
RGB
CMYK
RGB Variations
Color information
#BFDD84 (or 0xBFDD84) is known color: Sulu. HEX triplet: BF, DD and 84. RGB value is (191,221,132). Sum of RGB (Red+Green+Blue) = 191+221+132=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD84 is #40227B. Grayscale: #CACACA. Windows color (decimal): -4203132 or 8707519. OLE color: 8707519.
HSL color Cylindrical-coordinate representation of color #BFDD84: hue angle of 80.22º degrees, saturation: 0.57, 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 #BFDD84 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 132 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.13 |
| HSL | 80.22º | 0.57% | 0.69% | - |
| HSV(B) | 80.22º | 0.4% | 0.87% | - |
| XYZ | 51.51 | 64.46 | 31.56 | - |
| YUV | 201.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 132 | 0.14 | 0 | 0.40 | 0.13 | 80.22 | 0.57 | 0.69 |
| Hex | BF | DD | 84 | E | 0 | 28 | D | 50 | 39 | 45 |
| Octal | 277 | 335 | 204 | 16 | 0 | 50 | 15 | 120 | 71 | 105 |
| Binary | 10111111 | 11011101 | 10000100 | 1110 | 0 | 101000 | 1101 | 1010000 | 111001 | 1000101 |
Color Harmonies of #BFDD84
Complementary color
Monochromatic Colors of #BFDD84
Black with #BFDD84
Text Example
Text Example
White with #BFDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD84; }
p { color: rgb(191,221,132); }
H1.HeaderClassName
{
color: #BFDD84;
}
.AnyTagClassName
{
color: #BFDD84;
}
</style>
background-color css
<style>
a { background-color: #BFDD84; }
a { background-color: rgb(191,221,132); }
div.DivClassName
{
background-color: #BFDD84;
}
.BgClassName
{
background-color: #BFDD84;
}
</style>
border-color css
<style>
span { border-color: #BFDD84; }
span { border-color: rgb(191,221,132); }
td.TdClassName
{
border-color: #BFDD84;
}
.TagClassName
{
border-color: #BFDD84;
}
</style>