Shades of Sulu #BFD881
Tints of Sulu #BFD881
RGB
CMYK
RGB Variations
Color information
#BFD881 (or 0xBFD881) is known color: Sulu. HEX triplet: BF, D8 and 81. RGB value is (191,216,129). Sum of RGB (Red+Green+Blue) = 191+216+129=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD881 is #40277E. Grayscale: #C6C6C6. Windows color (decimal): -4204415 or 8509631. OLE color: 8509631.
HSL color Cylindrical-coordinate representation of color #BFD881: hue angle of 77.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD881 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 129 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.15 |
| HSL | 77.24º | 0.53% | 0.68% | - |
| HSV(B) | 77.24º | 0.4% | 0.85% | - |
| XYZ | 50 | 61.77 | 30.06 | - |
| YUV | 198.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 129 | 0.12 | 0 | 0.40 | 0.15 | 77.24 | 0.53 | 0.68 |
| Hex | BF | D8 | 81 | C | 0 | 28 | F | 4D | 35 | 44 |
| Octal | 277 | 330 | 201 | 14 | 0 | 50 | 17 | 115 | 65 | 104 |
| Binary | 10111111 | 11011000 | 10000001 | 1100 | 0 | 101000 | 1111 | 1001101 | 110101 | 1000100 |
Color Harmonies of #BFD881
Complementary color
Monochromatic Colors of #BFD881
Black with #BFD881
Text Example
Text Example
White with #BFD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD881; }
p { color: rgb(191,216,129); }
H1.HeaderClassName
{
color: #BFD881;
}
.AnyTagClassName
{
color: #BFD881;
}
</style>
background-color css
<style>
a { background-color: #BFD881; }
a { background-color: rgb(191,216,129); }
div.DivClassName
{
background-color: #BFD881;
}
.BgClassName
{
background-color: #BFD881;
}
</style>
border-color css
<style>
span { border-color: #BFD881; }
span { border-color: rgb(191,216,129); }
td.TdClassName
{
border-color: #BFD881;
}
.TagClassName
{
border-color: #BFD881;
}
</style>