Shades of Reef #BFF691
Tints of Reef #BFF691
RGB
CMYK
RGB Variations
Color information
#BFF691 (or 0xBFF691) is known color: Reef. HEX triplet: BF, F6 and 91. RGB value is (191,246,145). Sum of RGB (Red+Green+Blue) = 191+246+145=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF691 is #40096E. Grayscale: #DADADA. Windows color (decimal): -4196719 or 9565887. OLE color: 9565887.
HSL color Cylindrical-coordinate representation of color #BFF691: hue angle of 92.67º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF691 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 145 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.04 |
| HSL | 92.67º | 0.85% | 0.77% | - |
| HSV(B) | 92.67º | 0.41% | 0.96% | - |
| XYZ | 59.55 | 79.03 | 38.9 | - |
| YUV | 218.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 145 | 0.22 | 0 | 0.41 | 0.04 | 92.67 | 0.85 | 0.77 |
| Hex | BF | F6 | 91 | 16 | 0 | 29 | 4 | 5D | 55 | 4D |
| Octal | 277 | 366 | 221 | 26 | 0 | 51 | 4 | 135 | 125 | 115 |
| Binary | 10111111 | 11110110 | 10010001 | 10110 | 0 | 101001 | 100 | 1011101 | 1010101 | 1001101 |
Color Harmonies of #BFF691
Complementary color
Monochromatic Colors of #BFF691
Black with #BFF691
Text Example
Text Example
White with #BFF691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF691; }
p { color: rgb(191,246,145); }
H1.HeaderClassName
{
color: #BFF691;
}
.AnyTagClassName
{
color: #BFF691;
}
</style>
background-color css
<style>
a { background-color: #BFF691; }
a { background-color: rgb(191,246,145); }
div.DivClassName
{
background-color: #BFF691;
}
.BgClassName
{
background-color: #BFF691;
}
</style>
border-color css
<style>
span { border-color: #BFF691; }
span { border-color: rgb(191,246,145); }
td.TdClassName
{
border-color: #BFF691;
}
.TagClassName
{
border-color: #BFF691;
}
</style>