Shades of Reef #BFF995
Tints of Reef #BFF995
RGB
CMYK
RGB Variations
Color information
#BFF995 (or 0xBFF995) is known color: Reef. HEX triplet: BF, F9 and 95. RGB value is (191,249,149). Sum of RGB (Red+Green+Blue) = 191+249+149=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF995 is #40066A. Grayscale: #DCDCDC. Windows color (decimal): -4195947 or 9828799. OLE color: 9828799.
HSL color Cylindrical-coordinate representation of color #BFF995: hue angle of 94.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF995 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 149 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.02 |
| HSL | 94.8º | 0.89% | 0.78% | - |
| HSV(B) | 94.8º | 0.4% | 0.98% | - |
| XYZ | 60.79 | 81 | 40.86 | - |
| YUV | 220.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 149 | 0.23 | 0 | 0.40 | 0.02 | 94.8 | 0.89 | 0.78 |
| Hex | BF | F9 | 95 | 17 | 0 | 28 | 2 | 5F | 59 | 4E |
| Octal | 277 | 371 | 225 | 27 | 0 | 50 | 2 | 137 | 131 | 116 |
| Binary | 10111111 | 11111001 | 10010101 | 10111 | 0 | 101000 | 10 | 1011111 | 1011001 | 1001110 |
Color Harmonies of #BFF995
Complementary color
Monochromatic Colors of #BFF995
Black with #BFF995
Text Example
Text Example
White with #BFF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF995; }
p { color: rgb(191,249,149); }
H1.HeaderClassName
{
color: #BFF995;
}
.AnyTagClassName
{
color: #BFF995;
}
</style>
background-color css
<style>
a { background-color: #BFF995; }
a { background-color: rgb(191,249,149); }
div.DivClassName
{
background-color: #BFF995;
}
.BgClassName
{
background-color: #BFF995;
}
</style>
border-color css
<style>
span { border-color: #BFF995; }
span { border-color: rgb(191,249,149); }
td.TdClassName
{
border-color: #BFF995;
}
.TagClassName
{
border-color: #BFF995;
}
</style>