Shades of Sulu #BFF186
Tints of Sulu #BFF186
RGB
CMYK
RGB Variations
Color information
#BFF186 (or 0xBFF186) is known color: Sulu. HEX triplet: BF, F1 and 86. RGB value is (191,241,134). Sum of RGB (Red+Green+Blue) = 191+241+134=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF186 is #400E79. Grayscale: #D6D6D6. Windows color (decimal): -4198010 or 8843711. OLE color: 8843711.
HSL color Cylindrical-coordinate representation of color #BFF186: hue angle of 88.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF186 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 134 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.05 |
| HSL | 88.04º | 0.79% | 0.74% | - |
| HSV(B) | 88.04º | 0.44% | 0.95% | - |
| XYZ | 57.24 | 75.71 | 34.15 | - |
| YUV | 213.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 134 | 0.21 | 0 | 0.44 | 0.05 | 88.04 | 0.79 | 0.74 |
| Hex | BF | F1 | 86 | 15 | 0 | 2C | 5 | 58 | 4F | 4A |
| Octal | 277 | 361 | 206 | 25 | 0 | 54 | 5 | 130 | 117 | 112 |
| Binary | 10111111 | 11110001 | 10000110 | 10101 | 0 | 101100 | 101 | 1011000 | 1001111 | 1001010 |
Color Harmonies of #BFF186
Complementary color
Monochromatic Colors of #BFF186
Black with #BFF186
Text Example
Text Example
White with #BFF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF186; }
p { color: rgb(191,241,134); }
H1.HeaderClassName
{
color: #BFF186;
}
.AnyTagClassName
{
color: #BFF186;
}
</style>
background-color css
<style>
a { background-color: #BFF186; }
a { background-color: rgb(191,241,134); }
div.DivClassName
{
background-color: #BFF186;
}
.BgClassName
{
background-color: #BFF186;
}
</style>
border-color css
<style>
span { border-color: #BFF186; }
span { border-color: rgb(191,241,134); }
td.TdClassName
{
border-color: #BFF186;
}
.TagClassName
{
border-color: #BFF186;
}
</style>