Shades of Sulu #BFFE6B
Tints of Sulu #BFFE6B
RGB
CMYK
RGB Variations
Color information
#BFFE6B (or 0xBFFE6B) is known color: Sulu. HEX triplet: BF, FE and 6B. RGB value is (191,254,107). Sum of RGB (Red+Green+Blue) = 191+254+107=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE6B is #400194. Grayscale: #DADADA. Windows color (decimal): -4194709 or 7077567. OLE color: 7077567.
HSL color Cylindrical-coordinate representation of color #BFFE6B: hue angle of 85.71º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFFE6B is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 107 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.00 |
| HSL | 85.71º | 0.99% | 0.71% | - |
| HSV(B) | 85.71º | 0.58% | 1% | - |
| XYZ | 59.58 | 83.02 | 26.79 | - |
| YUV | 218.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 107 | 0.25 | 0 | 0.58 | 0.00 | 85.71 | 0.99 | 0.71 |
| Hex | BF | FE | 6B | 19 | 0 | 3A | 0 | 56 | 63 | 47 |
| Octal | 277 | 376 | 153 | 31 | 0 | 72 | 0 | 126 | 143 | 107 |
| Binary | 10111111 | 11111110 | 1101011 | 11001 | 0 | 111010 | 0 | 1010110 | 1100011 | 1000111 |
Color Harmonies of #BFFE6B
Complementary color
Monochromatic Colors of #BFFE6B
Black with #BFFE6B
Text Example
Text Example
White with #BFFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE6B; }
p { color: rgb(191,254,107); }
H1.HeaderClassName
{
color: #BFFE6B;
}
.AnyTagClassName
{
color: #BFFE6B;
}
</style>
background-color css
<style>
a { background-color: #BFFE6B; }
a { background-color: rgb(191,254,107); }
div.DivClassName
{
background-color: #BFFE6B;
}
.BgClassName
{
background-color: #BFFE6B;
}
</style>
border-color css
<style>
span { border-color: #BFFE6B; }
span { border-color: rgb(191,254,107); }
td.TdClassName
{
border-color: #BFFE6B;
}
.TagClassName
{
border-color: #BFFE6B;
}
</style>