Shades of Reef #BFF997
Tints of Reef #BFF997
RGB
CMYK
RGB Variations
Color information
#BFF997 (or 0xBFF997) is known color: Reef. HEX triplet: BF, F9 and 97. RGB value is (191,249,151). Sum of RGB (Red+Green+Blue) = 191+249+151=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF997 is #400668. Grayscale: #DCDCDC. Windows color (decimal): -4195945 or 9959871. OLE color: 9959871.
HSL color Cylindrical-coordinate representation of color #BFF997: hue angle of 95.51º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF997 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 151 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.02 |
| HSL | 95.51º | 0.89% | 0.78% | - |
| HSV(B) | 95.51º | 0.39% | 0.98% | - |
| XYZ | 60.95 | 81.06 | 41.71 | - |
| YUV | 220.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 151 | 0.23 | 0 | 0.39 | 0.02 | 95.51 | 0.89 | 0.78 |
| Hex | BF | F9 | 97 | 17 | 0 | 27 | 2 | 60 | 59 | 4E |
| Octal | 277 | 371 | 227 | 27 | 0 | 47 | 2 | 140 | 131 | 116 |
| Binary | 10111111 | 11111001 | 10010111 | 10111 | 0 | 100111 | 10 | 1100000 | 1011001 | 1001110 |
Color Harmonies of #BFF997
Complementary color
Monochromatic Colors of #BFF997
Black with #BFF997
Text Example
Text Example
White with #BFF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF997; }
p { color: rgb(191,249,151); }
H1.HeaderClassName
{
color: #BFF997;
}
.AnyTagClassName
{
color: #BFF997;
}
</style>
background-color css
<style>
a { background-color: #BFF997; }
a { background-color: rgb(191,249,151); }
div.DivClassName
{
background-color: #BFF997;
}
.BgClassName
{
background-color: #BFF997;
}
</style>
border-color css
<style>
span { border-color: #BFF997; }
span { border-color: rgb(191,249,151); }
td.TdClassName
{
border-color: #BFF997;
}
.TagClassName
{
border-color: #BFF997;
}
</style>