Shades of Sulu #BFD880
Tints of Sulu #BFD880
RGB
CMYK
RGB Variations
Color information
#BFD880 (or 0xBFD880) is known color: Sulu. HEX triplet: BF, D8 and 80. RGB value is (191,216,128). Sum of RGB (Red+Green+Blue) = 191+216+128=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD880 is #40277F. Grayscale: #C6C6C6. Windows color (decimal): -4204416 or 8444095. OLE color: 8444095.
HSL color Cylindrical-coordinate representation of color #BFD880: hue angle of 77.05º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD880 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 128 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.15 |
| HSL | 77.05º | 0.53% | 0.67% | - |
| HSV(B) | 77.05º | 0.41% | 0.85% | - |
| XYZ | 49.94 | 61.75 | 29.71 | - |
| YUV | 198.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 128 | 0.12 | 0 | 0.41 | 0.15 | 77.05 | 0.53 | 0.67 |
| Hex | BF | D8 | 80 | C | 0 | 29 | F | 4D | 35 | 43 |
| Octal | 277 | 330 | 200 | 14 | 0 | 51 | 17 | 115 | 65 | 103 |
| Binary | 10111111 | 11011000 | 10000000 | 1100 | 0 | 101001 | 1111 | 1001101 | 110101 | 1000011 |
Color Harmonies of #BFD880
Complementary color
Monochromatic Colors of #BFD880
Black with #BFD880
Text Example
Text Example
White with #BFD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD880; }
p { color: rgb(191,216,128); }
H1.HeaderClassName
{
color: #BFD880;
}
.AnyTagClassName
{
color: #BFD880;
}
</style>
background-color css
<style>
a { background-color: #BFD880; }
a { background-color: rgb(191,216,128); }
div.DivClassName
{
background-color: #BFD880;
}
.BgClassName
{
background-color: #BFD880;
}
</style>
border-color css
<style>
span { border-color: #BFD880; }
span { border-color: rgb(191,216,128); }
td.TdClassName
{
border-color: #BFD880;
}
.TagClassName
{
border-color: #BFD880;
}
</style>