Shades of Sulu #BFF86A
Tints of Sulu #BFF86A
RGB
CMYK
RGB Variations
Color information
#BFF86A (or 0xBFF86A) is known color: Sulu. HEX triplet: BF, F8 and 6A. RGB value is (191,248,106). Sum of RGB (Red+Green+Blue) = 191+248+106=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF86A is #400795. Grayscale: #D7D7D7. Windows color (decimal): -4196246 or 7010495. OLE color: 7010495.
HSL color Cylindrical-coordinate representation of color #BFF86A: hue angle of 84.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF86A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 106 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.03 |
| HSL | 84.08º | 0.91% | 0.69% | - |
| HSV(B) | 84.08º | 0.57% | 0.97% | - |
| XYZ | 57.65 | 79.25 | 25.89 | - |
| YUV | 214.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 106 | 0.23 | 0 | 0.57 | 0.03 | 84.08 | 0.91 | 0.69 |
| Hex | BF | F8 | 6A | 17 | 0 | 39 | 3 | 54 | 5B | 45 |
| Octal | 277 | 370 | 152 | 27 | 0 | 71 | 3 | 124 | 133 | 105 |
| Binary | 10111111 | 11111000 | 1101010 | 10111 | 0 | 111001 | 11 | 1010100 | 1011011 | 1000101 |
Color Harmonies of #BFF86A
Complementary color
Monochromatic Colors of #BFF86A
Black with #BFF86A
Text Example
Text Example
White with #BFF86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF86A; }
p { color: rgb(191,248,106); }
H1.HeaderClassName
{
color: #BFF86A;
}
.AnyTagClassName
{
color: #BFF86A;
}
</style>
background-color css
<style>
a { background-color: #BFF86A; }
a { background-color: rgb(191,248,106); }
div.DivClassName
{
background-color: #BFF86A;
}
.BgClassName
{
background-color: #BFF86A;
}
</style>
border-color css
<style>
span { border-color: #BFF86A; }
span { border-color: rgb(191,248,106); }
td.TdClassName
{
border-color: #BFF86A;
}
.TagClassName
{
border-color: #BFF86A;
}
</style>