Shades of Reef #BFF795
Tints of Reef #BFF795
RGB
CMYK
RGB Variations
Color information
#BFF795 (or 0xBFF795) is known color: Reef. HEX triplet: BF, F7 and 95. RGB value is (191,247,149). Sum of RGB (Red+Green+Blue) = 191+247+149=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF795 is #40086A. Grayscale: #DBDBDB. Windows color (decimal): -4196459 or 9828287. OLE color: 9828287.
HSL color Cylindrical-coordinate representation of color #BFF795: hue angle of 94.29º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF795 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 149 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.03 |
| HSL | 94.29º | 0.86% | 0.78% | - |
| HSV(B) | 94.29º | 0.4% | 0.97% | - |
| XYZ | 60.17 | 79.77 | 40.66 | - |
| YUV | 219.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 149 | 0.23 | 0 | 0.40 | 0.03 | 94.29 | 0.86 | 0.78 |
| Hex | BF | F7 | 95 | 17 | 0 | 28 | 3 | 5E | 56 | 4E |
| Octal | 277 | 367 | 225 | 27 | 0 | 50 | 3 | 136 | 126 | 116 |
| Binary | 10111111 | 11110111 | 10010101 | 10111 | 0 | 101000 | 11 | 1011110 | 1010110 | 1001110 |
Color Harmonies of #BFF795
Complementary color
Monochromatic Colors of #BFF795
Black with #BFF795
Text Example
Text Example
White with #BFF795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF795; }
p { color: rgb(191,247,149); }
H1.HeaderClassName
{
color: #BFF795;
}
.AnyTagClassName
{
color: #BFF795;
}
</style>
background-color css
<style>
a { background-color: #BFF795; }
a { background-color: rgb(191,247,149); }
div.DivClassName
{
background-color: #BFF795;
}
.BgClassName
{
background-color: #BFF795;
}
</style>
border-color css
<style>
span { border-color: #BFF795; }
span { border-color: rgb(191,247,149); }
td.TdClassName
{
border-color: #BFF795;
}
.TagClassName
{
border-color: #BFF795;
}
</style>