Shades of Reef #BFFE99
Tints of Reef #BFFE99
RGB
CMYK
RGB Variations
Color information
#BFFE99 (or 0xBFFE99) is known color: Reef. HEX triplet: BF, FE and 99. RGB value is (191,254,153). Sum of RGB (Red+Green+Blue) = 191+254+153=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFE99 is #400166. Grayscale: #DFDFDF. Windows color (decimal): -4194663 or 10092223. OLE color: 10092223.
HSL color Cylindrical-coordinate representation of color #BFFE99: hue angle of 97.43º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFFE99 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 153 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.00 |
| HSL | 97.43º | 0.98% | 0.8% | - |
| HSV(B) | 97.43º | 0.4% | 1% | - |
| XYZ | 62.68 | 84.26 | 43.1 | - |
| YUV | 223.65 | 88.13 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 153 | 0.25 | 0 | 0.40 | 0.00 | 97.43 | 0.98 | 0.8 |
| Hex | BF | FE | 99 | 19 | 0 | 28 | 0 | 61 | 62 | 50 |
| Octal | 277 | 376 | 231 | 31 | 0 | 50 | 0 | 141 | 142 | 120 |
| Binary | 10111111 | 11111110 | 10011001 | 11001 | 0 | 101000 | 0 | 1100001 | 1100010 | 1010000 |
Color Harmonies of #BFFE99
Complementary color
Monochromatic Colors of #BFFE99
Black with #BFFE99
Text Example
Text Example
White with #BFFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE99; }
p { color: rgb(191,254,153); }
H1.HeaderClassName
{
color: #BFFE99;
}
.AnyTagClassName
{
color: #BFFE99;
}
</style>
background-color css
<style>
a { background-color: #BFFE99; }
a { background-color: rgb(191,254,153); }
div.DivClassName
{
background-color: #BFFE99;
}
.BgClassName
{
background-color: #BFFE99;
}
</style>
border-color css
<style>
span { border-color: #BFFE99; }
span { border-color: rgb(191,254,153); }
td.TdClassName
{
border-color: #BFFE99;
}
.TagClassName
{
border-color: #BFFE99;
}
</style>