Shades of Reef #BFFB96
Tints of Reef #BFFB96
RGB
CMYK
RGB Variations
Color information
#BFFB96 (or 0xBFFB96) is known color: Reef. HEX triplet: BF, FB and 96. RGB value is (191,251,150). Sum of RGB (Red+Green+Blue) = 191+251+150=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFB96 is #400469. Grayscale: #DDDDDD. Windows color (decimal): -4195434 or 9894847. OLE color: 9894847.
HSL color Cylindrical-coordinate representation of color #BFFB96: hue angle of 95.64º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFFB96 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 150 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.02 |
| HSL | 95.64º | 0.93% | 0.79% | - |
| HSV(B) | 95.64º | 0.4% | 0.98% | - |
| XYZ | 61.49 | 82.27 | 41.49 | - |
| YUV | 221.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 150 | 0.24 | 0 | 0.40 | 0.02 | 95.64 | 0.93 | 0.79 |
| Hex | BF | FB | 96 | 18 | 0 | 28 | 2 | 60 | 5D | 4F |
| Octal | 277 | 373 | 226 | 30 | 0 | 50 | 2 | 140 | 135 | 117 |
| Binary | 10111111 | 11111011 | 10010110 | 11000 | 0 | 101000 | 10 | 1100000 | 1011101 | 1001111 |
Color Harmonies of #BFFB96
Complementary color
Monochromatic Colors of #BFFB96
Black with #BFFB96
Text Example
Text Example
White with #BFFB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFB96; }
p { color: rgb(191,251,150); }
H1.HeaderClassName
{
color: #BFFB96;
}
.AnyTagClassName
{
color: #BFFB96;
}
</style>
background-color css
<style>
a { background-color: #BFFB96; }
a { background-color: rgb(191,251,150); }
div.DivClassName
{
background-color: #BFFB96;
}
.BgClassName
{
background-color: #BFFB96;
}
</style>
border-color css
<style>
span { border-color: #BFFB96; }
span { border-color: rgb(191,251,150); }
td.TdClassName
{
border-color: #BFFB96;
}
.TagClassName
{
border-color: #BFFB96;
}
</style>