Shades of Reef #BFFD96
Tints of Reef #BFFD96
RGB
CMYK
RGB Variations
Color information
#BFFD96 (or 0xBFFD96) is known color: Reef. HEX triplet: BF, FD and 96. RGB value is (191,253,150). Sum of RGB (Red+Green+Blue) = 191+253+150=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD96 is #400269. Grayscale: #DFDFDF. Windows color (decimal): -4194922 or 9895359. OLE color: 9895359.
HSL color Cylindrical-coordinate representation of color #BFFD96: hue angle of 96.12º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFFD96 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 150 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.01 |
| HSL | 96.12º | 0.96% | 0.79% | - |
| HSV(B) | 96.12º | 0.41% | 0.99% | - |
| XYZ | 62.12 | 83.53 | 41.7 | - |
| YUV | 222.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 150 | 0.25 | 0 | 0.41 | 0.01 | 96.12 | 0.96 | 0.79 |
| Hex | BF | FD | 96 | 19 | 0 | 29 | 1 | 60 | 60 | 4F |
| Octal | 277 | 375 | 226 | 31 | 0 | 51 | 1 | 140 | 140 | 117 |
| Binary | 10111111 | 11111101 | 10010110 | 11001 | 0 | 101001 | 1 | 1100000 | 1100000 | 1001111 |
Color Harmonies of #BFFD96
Complementary color
Monochromatic Colors of #BFFD96
Black with #BFFD96
Text Example
Text Example
White with #BFFD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD96; }
p { color: rgb(191,253,150); }
H1.HeaderClassName
{
color: #BFFD96;
}
.AnyTagClassName
{
color: #BFFD96;
}
</style>
background-color css
<style>
a { background-color: #BFFD96; }
a { background-color: rgb(191,253,150); }
div.DivClassName
{
background-color: #BFFD96;
}
.BgClassName
{
background-color: #BFFD96;
}
</style>
border-color css
<style>
span { border-color: #BFFD96; }
span { border-color: rgb(191,253,150); }
td.TdClassName
{
border-color: #BFFD96;
}
.TagClassName
{
border-color: #BFFD96;
}
</style>