Shades of Reef #BFF793
Tints of Reef #BFF793
RGB
CMYK
RGB Variations
Color information
#BFF793 (or 0xBFF793) is known color: Reef. HEX triplet: BF, F7 and 93. RGB value is (191,247,147). Sum of RGB (Red+Green+Blue) = 191+247+147=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF793 is #40086C. Grayscale: #DBDBDB. Windows color (decimal): -4196461 or 9697215. OLE color: 9697215.
HSL color Cylindrical-coordinate representation of color #BFF793: hue angle of 93.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF793 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 147 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.03 |
| HSL | 93.6º | 0.86% | 0.77% | - |
| HSV(B) | 93.6º | 0.4% | 0.97% | - |
| XYZ | 60.01 | 79.7 | 39.83 | - |
| YUV | 218.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 147 | 0.23 | 0 | 0.40 | 0.03 | 93.6 | 0.86 | 0.77 |
| Hex | BF | F7 | 93 | 17 | 0 | 28 | 3 | 5E | 56 | 4D |
| Octal | 277 | 367 | 223 | 27 | 0 | 50 | 3 | 136 | 126 | 115 |
| Binary | 10111111 | 11110111 | 10010011 | 10111 | 0 | 101000 | 11 | 1011110 | 1010110 | 1001101 |
Color Harmonies of #BFF793
Complementary color
Monochromatic Colors of #BFF793
Black with #BFF793
Text Example
Text Example
White with #BFF793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF793; }
p { color: rgb(191,247,147); }
H1.HeaderClassName
{
color: #BFF793;
}
.AnyTagClassName
{
color: #BFF793;
}
</style>
background-color css
<style>
a { background-color: #BFF793; }
a { background-color: rgb(191,247,147); }
div.DivClassName
{
background-color: #BFF793;
}
.BgClassName
{
background-color: #BFF793;
}
</style>
border-color css
<style>
span { border-color: #BFF793; }
span { border-color: rgb(191,247,147); }
td.TdClassName
{
border-color: #BFF793;
}
.TagClassName
{
border-color: #BFF793;
}
</style>