Shades of Sulu #BFF86B
Tints of Sulu #BFF86B
RGB
CMYK
RGB Variations
Color information
#BFF86B (or 0xBFF86B) is known color: Sulu. HEX triplet: BF, F8 and 6B. RGB value is (191,248,107). Sum of RGB (Red+Green+Blue) = 191+248+107=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF86B is #400794. Grayscale: #D7D7D7. Windows color (decimal): -4196245 or 7076031. OLE color: 7076031.
HSL color Cylindrical-coordinate representation of color #BFF86B: hue angle of 84.26º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF86B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 107 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.03 |
| HSL | 84.26º | 0.91% | 0.7% | - |
| HSV(B) | 84.26º | 0.57% | 0.97% | - |
| XYZ | 57.71 | 79.27 | 26.17 | - |
| YUV | 214.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 107 | 0.23 | 0 | 0.57 | 0.03 | 84.26 | 0.91 | 0.7 |
| Hex | BF | F8 | 6B | 17 | 0 | 39 | 3 | 54 | 5B | 46 |
| Octal | 277 | 370 | 153 | 27 | 0 | 71 | 3 | 124 | 133 | 106 |
| Binary | 10111111 | 11111000 | 1101011 | 10111 | 0 | 111001 | 11 | 1010100 | 1011011 | 1000110 |
Color Harmonies of #BFF86B
Complementary color
Monochromatic Colors of #BFF86B
Black with #BFF86B
Text Example
Text Example
White with #BFF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF86B; }
p { color: rgb(191,248,107); }
H1.HeaderClassName
{
color: #BFF86B;
}
.AnyTagClassName
{
color: #BFF86B;
}
</style>
background-color css
<style>
a { background-color: #BFF86B; }
a { background-color: rgb(191,248,107); }
div.DivClassName
{
background-color: #BFF86B;
}
.BgClassName
{
background-color: #BFF86B;
}
</style>
border-color css
<style>
span { border-color: #BFF86B; }
span { border-color: rgb(191,248,107); }
td.TdClassName
{
border-color: #BFF86B;
}
.TagClassName
{
border-color: #BFF86B;
}
</style>