Shades of Reef #BFFE91
Tints of Reef #BFFE91
RGB
CMYK
RGB Variations
Color information
#BFFE91 (or 0xBFFE91) is known color: Reef. HEX triplet: BF, FE and 91. RGB value is (191,254,145). Sum of RGB (Red+Green+Blue) = 191+254+145=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE91 is #40016E. Grayscale: #DFDFDF. Windows color (decimal): -4194671 or 9567935. OLE color: 9567935.
HSL color Cylindrical-coordinate representation of color #BFFE91: hue angle of 94.68º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFFE91 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 145 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.00 |
| HSL | 94.68º | 0.98% | 0.78% | - |
| HSV(B) | 94.68º | 0.43% | 1% | - |
| XYZ | 62.04 | 84 | 39.73 | - |
| YUV | 222.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 145 | 0.25 | 0 | 0.43 | 0.00 | 94.68 | 0.98 | 0.78 |
| Hex | BF | FE | 91 | 19 | 0 | 2B | 0 | 5F | 62 | 4E |
| Octal | 277 | 376 | 221 | 31 | 0 | 53 | 0 | 137 | 142 | 116 |
| Binary | 10111111 | 11111110 | 10010001 | 11001 | 0 | 101011 | 0 | 1011111 | 1100010 | 1001110 |
Color Harmonies of #BFFE91
Complementary color
Monochromatic Colors of #BFFE91
Black with #BFFE91
Text Example
Text Example
White with #BFFE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE91; }
p { color: rgb(191,254,145); }
H1.HeaderClassName
{
color: #BFFE91;
}
.AnyTagClassName
{
color: #BFFE91;
}
</style>
background-color css
<style>
a { background-color: #BFFE91; }
a { background-color: rgb(191,254,145); }
div.DivClassName
{
background-color: #BFFE91;
}
.BgClassName
{
background-color: #BFFE91;
}
</style>
border-color css
<style>
span { border-color: #BFFE91; }
span { border-color: rgb(191,254,145); }
td.TdClassName
{
border-color: #BFFE91;
}
.TagClassName
{
border-color: #BFFE91;
}
</style>