Shades of Reef #BFFE97
Tints of Reef #BFFE97
RGB
CMYK
RGB Variations
Color information
#BFFE97 (or 0xBFFE97) is known color: Reef. HEX triplet: BF, FE and 97. RGB value is (191,254,151). Sum of RGB (Red+Green+Blue) = 191+254+151=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE97 is #400168. Grayscale: #DFDFDF. Windows color (decimal): -4194665 or 9961151. OLE color: 9961151.
HSL color Cylindrical-coordinate representation of color #BFFE97: hue angle of 96.7º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFFE97 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 151 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.00 |
| HSL | 96.7º | 0.98% | 0.79% | - |
| HSV(B) | 96.7º | 0.41% | 1% | - |
| XYZ | 62.51 | 84.19 | 42.23 | - |
| YUV | 223.42 | 87.13 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 151 | 0.25 | 0 | 0.41 | 0.00 | 96.7 | 0.98 | 0.79 |
| Hex | BF | FE | 97 | 19 | 0 | 29 | 0 | 61 | 62 | 4F |
| Octal | 277 | 376 | 227 | 31 | 0 | 51 | 0 | 141 | 142 | 117 |
| Binary | 10111111 | 11111110 | 10010111 | 11001 | 0 | 101001 | 0 | 1100001 | 1100010 | 1001111 |
Color Harmonies of #BFFE97
Complementary color
Monochromatic Colors of #BFFE97
Black with #BFFE97
Text Example
Text Example
White with #BFFE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE97; }
p { color: rgb(191,254,151); }
H1.HeaderClassName
{
color: #BFFE97;
}
.AnyTagClassName
{
color: #BFFE97;
}
</style>
background-color css
<style>
a { background-color: #BFFE97; }
a { background-color: rgb(191,254,151); }
div.DivClassName
{
background-color: #BFFE97;
}
.BgClassName
{
background-color: #BFFE97;
}
</style>
border-color css
<style>
span { border-color: #BFFE97; }
span { border-color: rgb(191,254,151); }
td.TdClassName
{
border-color: #BFFE97;
}
.TagClassName
{
border-color: #BFFE97;
}
</style>