Shades of Sulu #BFFB88
Tints of Sulu #BFFB88
RGB
CMYK
RGB Variations
Color information
#BFFB88 (or 0xBFFB88) is known color: Sulu. HEX triplet: BF, FB and 88. RGB value is (191,251,136). Sum of RGB (Red+Green+Blue) = 191+251+136=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB88 is #400477. Grayscale: #DCDCDC. Windows color (decimal): -4195448 or 8977343. OLE color: 8977343.
HSL color Cylindrical-coordinate representation of color #BFFB88: hue angle of 91.3º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFFB88 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 136 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.02 |
| HSL | 91.3º | 0.93% | 0.76% | - |
| HSV(B) | 91.3º | 0.46% | 0.98% | - |
| XYZ | 60.43 | 81.85 | 35.91 | - |
| YUV | 219.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 136 | 0.24 | 0 | 0.46 | 0.02 | 91.3 | 0.93 | 0.76 |
| Hex | BF | FB | 88 | 18 | 0 | 2E | 2 | 5B | 5D | 4C |
| Octal | 277 | 373 | 210 | 30 | 0 | 56 | 2 | 133 | 135 | 114 |
| Binary | 10111111 | 11111011 | 10001000 | 11000 | 0 | 101110 | 10 | 1011011 | 1011101 | 1001100 |
Color Harmonies of #BFFB88
Complementary color
Monochromatic Colors of #BFFB88
Black with #BFFB88
Text Example
Text Example
White with #BFFB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFB88; }
p { color: rgb(191,251,136); }
H1.HeaderClassName
{
color: #BFFB88;
}
.AnyTagClassName
{
color: #BFFB88;
}
</style>
background-color css
<style>
a { background-color: #BFFB88; }
a { background-color: rgb(191,251,136); }
div.DivClassName
{
background-color: #BFFB88;
}
.BgClassName
{
background-color: #BFFB88;
}
</style>
border-color css
<style>
span { border-color: #BFFB88; }
span { border-color: rgb(191,251,136); }
td.TdClassName
{
border-color: #BFFB88;
}
.TagClassName
{
border-color: #BFFB88;
}
</style>