Shades of Reef #BFF79A
Tints of Reef #BFF79A
RGB
CMYK
RGB Variations
Color information
#BFF79A (or 0xBFF79A) is known color: Reef. HEX triplet: BF, F7 and 9A. RGB value is (191,247,154). Sum of RGB (Red+Green+Blue) = 191+247+154=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF79A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF79A is #400865. Grayscale: #DBDBDB. Windows color (decimal): -4196454 or 10155967. OLE color: 10155967.
HSL color Cylindrical-coordinate representation of color #BFF79A: hue angle of 96.13º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF79A is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 154 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.03 |
| HSL | 96.13º | 0.85% | 0.79% | - |
| HSV(B) | 96.13º | 0.38% | 0.97% | - |
| XYZ | 60.58 | 79.93 | 42.81 | - |
| YUV | 219.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 154 | 0.23 | 0 | 0.38 | 0.03 | 96.13 | 0.85 | 0.79 |
| Hex | BF | F7 | 9A | 17 | 0 | 26 | 3 | 60 | 55 | 4F |
| Octal | 277 | 367 | 232 | 27 | 0 | 46 | 3 | 140 | 125 | 117 |
| Binary | 10111111 | 11110111 | 10011010 | 10111 | 0 | 100110 | 11 | 1100000 | 1010101 | 1001111 |
Color Harmonies of #BFF79A
Complementary color
Monochromatic Colors of #BFF79A
Black with #BFF79A
Text Example
Text Example
White with #BFF79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF79A; }
p { color: rgb(191,247,154); }
H1.HeaderClassName
{
color: #BFF79A;
}
.AnyTagClassName
{
color: #BFF79A;
}
</style>
background-color css
<style>
a { background-color: #BFF79A; }
a { background-color: rgb(191,247,154); }
div.DivClassName
{
background-color: #BFF79A;
}
.BgClassName
{
background-color: #BFF79A;
}
</style>
border-color css
<style>
span { border-color: #BFF79A; }
span { border-color: rgb(191,247,154); }
td.TdClassName
{
border-color: #BFF79A;
}
.TagClassName
{
border-color: #BFF79A;
}
</style>