Shades of Sulu #BFFF87
Tints of Sulu #BFFF87
RGB
CMYK
RGB Variations
Color information
#BFFF87 (or 0xBFFF87) is known color: Sulu. HEX triplet: BF, FF and 87. RGB value is (191,255,135). Sum of RGB (Red+Green+Blue) = 191+255+135=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF87 is #400078. Grayscale: #DEDEDE. Windows color (decimal): -4194425 or 8912831. OLE color: 8912831.
HSL color Cylindrical-coordinate representation of color #BFFF87: hue angle of 92º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFFF87 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 135 | - |
| CMYK | 0.25 | 0 | 0.47 | 0 |
| HSL | 92º | 1% | 0.76% | - |
| HSV(B) | 92º | 0.47% | 1% | - |
| XYZ | 61.62 | 84.35 | 35.95 | - |
| YUV | 222.18 | 78.8 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 135 | 0.25 | 0 | 0.47 | 0 | 92 | 1 | 0.76 |
| Hex | BF | FF | 87 | 19 | 0 | 2F | 0 | 5C | 64 | 4C |
| Octal | 277 | 377 | 207 | 31 | 0 | 57 | 0 | 134 | 144 | 114 |
| Binary | 10111111 | 11111111 | 10000111 | 11001 | 0 | 101111 | 0 | 1011100 | 1100100 | 1001100 |
Color Harmonies of #BFFF87
Complementary color
Monochromatic Colors of #BFFF87
Black with #BFFF87
Text Example
Text Example
White with #BFFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF87; }
p { color: rgb(191,255,135); }
H1.HeaderClassName
{
color: #BFFF87;
}
.AnyTagClassName
{
color: #BFFF87;
}
</style>
background-color css
<style>
a { background-color: #BFFF87; }
a { background-color: rgb(191,255,135); }
div.DivClassName
{
background-color: #BFFF87;
}
.BgClassName
{
background-color: #BFFF87;
}
</style>
border-color css
<style>
span { border-color: #BFFF87; }
span { border-color: rgb(191,255,135); }
td.TdClassName
{
border-color: #BFFF87;
}
.TagClassName
{
border-color: #BFFF87;
}
</style>