Shades of Reef #BFFD97
Tints of Reef #BFFD97
RGB
CMYK
RGB Variations
Color information
#BFFD97 (or 0xBFFD97) is known color: Reef. HEX triplet: BF, FD and 97. RGB value is (191,253,151). Sum of RGB (Red+Green+Blue) = 191+253+151=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD97 is #400268. Grayscale: #DFDFDF. Windows color (decimal): -4194921 or 9960895. OLE color: 9960895.
HSL color Cylindrical-coordinate representation of color #BFFD97: hue angle of 96.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFFD97 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 151 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.01 |
| HSL | 96.47º | 0.96% | 0.79% | - |
| HSV(B) | 96.47º | 0.4% | 0.99% | - |
| XYZ | 62.2 | 83.56 | 42.13 | - |
| YUV | 222.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 151 | 0.25 | 0 | 0.40 | 0.01 | 96.47 | 0.96 | 0.79 |
| Hex | BF | FD | 97 | 19 | 0 | 28 | 1 | 60 | 60 | 4F |
| Octal | 277 | 375 | 227 | 31 | 0 | 50 | 1 | 140 | 140 | 117 |
| Binary | 10111111 | 11111101 | 10010111 | 11001 | 0 | 101000 | 1 | 1100000 | 1100000 | 1001111 |
Color Harmonies of #BFFD97
Complementary color
Monochromatic Colors of #BFFD97
Black with #BFFD97
Text Example
Text Example
White with #BFFD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD97; }
p { color: rgb(191,253,151); }
H1.HeaderClassName
{
color: #BFFD97;
}
.AnyTagClassName
{
color: #BFFD97;
}
</style>
background-color css
<style>
a { background-color: #BFFD97; }
a { background-color: rgb(191,253,151); }
div.DivClassName
{
background-color: #BFFD97;
}
.BgClassName
{
background-color: #BFFD97;
}
</style>
border-color css
<style>
span { border-color: #BFFD97; }
span { border-color: rgb(191,253,151); }
td.TdClassName
{
border-color: #BFFD97;
}
.TagClassName
{
border-color: #BFFD97;
}
</style>