Shades of Sulu #BFF086
Tints of Sulu #BFF086
RGB
CMYK
RGB Variations
Color information
#BFF086 (or 0xBFF086) is known color: Sulu. HEX triplet: BF, F0 and 86. RGB value is (191,240,134). Sum of RGB (Red+Green+Blue) = 191+240+134=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF086 is #400F79. Grayscale: #D5D5D5. Windows color (decimal): -4198266 or 8843455. OLE color: 8843455.
HSL color Cylindrical-coordinate representation of color #BFF086: hue angle of 87.74º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF086 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 134 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.06 |
| HSL | 87.74º | 0.78% | 0.73% | - |
| HSV(B) | 87.74º | 0.44% | 0.94% | - |
| XYZ | 56.95 | 75.12 | 34.05 | - |
| YUV | 213.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 134 | 0.20 | 0 | 0.44 | 0.06 | 87.74 | 0.78 | 0.73 |
| Hex | BF | F0 | 86 | 14 | 0 | 2C | 6 | 58 | 4E | 49 |
| Octal | 277 | 360 | 206 | 24 | 0 | 54 | 6 | 130 | 116 | 111 |
| Binary | 10111111 | 11110000 | 10000110 | 10100 | 0 | 101100 | 110 | 1011000 | 1001110 | 1001001 |
Color Harmonies of #BFF086
Complementary color
Monochromatic Colors of #BFF086
Black with #BFF086
Text Example
Text Example
White with #BFF086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF086; }
p { color: rgb(191,240,134); }
H1.HeaderClassName
{
color: #BFF086;
}
.AnyTagClassName
{
color: #BFF086;
}
</style>
background-color css
<style>
a { background-color: #BFF086; }
a { background-color: rgb(191,240,134); }
div.DivClassName
{
background-color: #BFF086;
}
.BgClassName
{
background-color: #BFF086;
}
</style>
border-color css
<style>
span { border-color: #BFF086; }
span { border-color: rgb(191,240,134); }
td.TdClassName
{
border-color: #BFF086;
}
.TagClassName
{
border-color: #BFF086;
}
</style>