Shades of Reef #BFFE95
Tints of Reef #BFFE95
RGB
CMYK
RGB Variations
Color information
#BFFE95 (or 0xBFFE95) is known color: Reef. HEX triplet: BF, FE and 95. RGB value is (191,254,149). Sum of RGB (Red+Green+Blue) = 191+254+149=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE95 is #40016A. Grayscale: #DFDFDF. Windows color (decimal): -4194667 or 9830079. OLE color: 9830079.
HSL color Cylindrical-coordinate representation of color #BFFE95: hue angle of 96º 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 #BFFE95 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 149 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.00 |
| HSL | 96º | 0.98% | 0.79% | - |
| HSV(B) | 96º | 0.41% | 1% | - |
| XYZ | 62.35 | 84.13 | 41.39 | - |
| YUV | 223.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 149 | 0.25 | 0 | 0.41 | 0.00 | 96 | 0.98 | 0.79 |
| Hex | BF | FE | 95 | 19 | 0 | 29 | 0 | 60 | 62 | 4F |
| Octal | 277 | 376 | 225 | 31 | 0 | 51 | 0 | 140 | 142 | 117 |
| Binary | 10111111 | 11111110 | 10010101 | 11001 | 0 | 101001 | 0 | 1100000 | 1100010 | 1001111 |
Color Harmonies of #BFFE95
Complementary color
Monochromatic Colors of #BFFE95
Black with #BFFE95
Text Example
Text Example
White with #BFFE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE95; }
p { color: rgb(191,254,149); }
H1.HeaderClassName
{
color: #BFFE95;
}
.AnyTagClassName
{
color: #BFFE95;
}
</style>
background-color css
<style>
a { background-color: #BFFE95; }
a { background-color: rgb(191,254,149); }
div.DivClassName
{
background-color: #BFFE95;
}
.BgClassName
{
background-color: #BFFE95;
}
</style>
border-color css
<style>
span { border-color: #BFFE95; }
span { border-color: rgb(191,254,149); }
td.TdClassName
{
border-color: #BFFE95;
}
.TagClassName
{
border-color: #BFFE95;
}
</style>