Shades of Sulu #BFFC88
Tints of Sulu #BFFC88
RGB
CMYK
RGB Variations
Color information
#BFFC88 (or 0xBFFC88) is known color: Sulu. HEX triplet: BF, FC and 88. RGB value is (191,252,136). Sum of RGB (Red+Green+Blue) = 191+252+136=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC88 is #400377. Grayscale: #DCDCDC. Windows color (decimal): -4195192 or 8977599. OLE color: 8977599.
HSL color Cylindrical-coordinate representation of color #BFFC88: hue angle of 91.55º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFFC88 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 136 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.01 |
| HSL | 91.55º | 0.95% | 0.76% | - |
| HSV(B) | 91.55º | 0.46% | 0.99% | - |
| XYZ | 60.74 | 82.47 | 36.01 | - |
| YUV | 220.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 136 | 0.24 | 0 | 0.46 | 0.01 | 91.55 | 0.95 | 0.76 |
| Hex | BF | FC | 88 | 18 | 0 | 2E | 1 | 5C | 5F | 4C |
| Octal | 277 | 374 | 210 | 30 | 0 | 56 | 1 | 134 | 137 | 114 |
| Binary | 10111111 | 11111100 | 10001000 | 11000 | 0 | 101110 | 1 | 1011100 | 1011111 | 1001100 |
Color Harmonies of #BFFC88
Complementary color
Monochromatic Colors of #BFFC88
Black with #BFFC88
Text Example
Text Example
White with #BFFC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC88; }
p { color: rgb(191,252,136); }
H1.HeaderClassName
{
color: #BFFC88;
}
.AnyTagClassName
{
color: #BFFC88;
}
</style>
background-color css
<style>
a { background-color: #BFFC88; }
a { background-color: rgb(191,252,136); }
div.DivClassName
{
background-color: #BFFC88;
}
.BgClassName
{
background-color: #BFFC88;
}
</style>
border-color css
<style>
span { border-color: #BFFC88; }
span { border-color: rgb(191,252,136); }
td.TdClassName
{
border-color: #BFFC88;
}
.TagClassName
{
border-color: #BFFC88;
}
</style>