Shades of Reef #BFF197
Tints of Reef #BFF197
RGB
CMYK
RGB Variations
Color information
#BFF197 (or 0xBFF197) is known color: Reef. HEX triplet: BF, F1 and 97. RGB value is (191,241,151). Sum of RGB (Red+Green+Blue) = 191+241+151=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF197 is #400E68. Grayscale: #D8D8D8. Windows color (decimal): -4197993 or 9957823. OLE color: 9957823.
HSL color Cylindrical-coordinate representation of color #BFF197: hue angle of 93.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFF197 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 151 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.05 |
| HSL | 93.33º | 0.76% | 0.77% | - |
| HSV(B) | 93.33º | 0.37% | 0.95% | - |
| XYZ | 58.53 | 76.22 | 40.91 | - |
| YUV | 215.79 | 91.44 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 151 | 0.21 | 0 | 0.37 | 0.05 | 93.33 | 0.76 | 0.77 |
| Hex | BF | F1 | 97 | 15 | 0 | 25 | 5 | 5D | 4C | 4D |
| Octal | 277 | 361 | 227 | 25 | 0 | 45 | 5 | 135 | 114 | 115 |
| Binary | 10111111 | 11110001 | 10010111 | 10101 | 0 | 100101 | 101 | 1011101 | 1001100 | 1001101 |
Color Harmonies of #BFF197
Complementary color
Monochromatic Colors of #BFF197
Black with #BFF197
Text Example
Text Example
White with #BFF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF197; }
p { color: rgb(191,241,151); }
H1.HeaderClassName
{
color: #BFF197;
}
.AnyTagClassName
{
color: #BFF197;
}
</style>
background-color css
<style>
a { background-color: #BFF197; }
a { background-color: rgb(191,241,151); }
div.DivClassName
{
background-color: #BFF197;
}
.BgClassName
{
background-color: #BFF197;
}
</style>
border-color css
<style>
span { border-color: #BFF197; }
span { border-color: rgb(191,241,151); }
td.TdClassName
{
border-color: #BFF197;
}
.TagClassName
{
border-color: #BFF197;
}
</style>