Shades of Reef #BFF792
Tints of Reef #BFF792
RGB
CMYK
RGB Variations
Color information
#BFF792 (or 0xBFF792) is known color: Reef. HEX triplet: BF, F7 and 92. RGB value is (191,247,146). Sum of RGB (Red+Green+Blue) = 191+247+146=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF792 is #40086D. Grayscale: #DBDBDB. Windows color (decimal): -4196462 or 9631679. OLE color: 9631679.
HSL color Cylindrical-coordinate representation of color #BFF792: hue angle of 93.27º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF792 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 146 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.03 |
| HSL | 93.27º | 0.86% | 0.77% | - |
| HSV(B) | 93.27º | 0.41% | 0.97% | - |
| XYZ | 59.93 | 79.67 | 39.41 | - |
| YUV | 218.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 146 | 0.23 | 0 | 0.41 | 0.03 | 93.27 | 0.86 | 0.77 |
| Hex | BF | F7 | 92 | 17 | 0 | 29 | 3 | 5D | 56 | 4D |
| Octal | 277 | 367 | 222 | 27 | 0 | 51 | 3 | 135 | 126 | 115 |
| Binary | 10111111 | 11110111 | 10010010 | 10111 | 0 | 101001 | 11 | 1011101 | 1010110 | 1001101 |
Color Harmonies of #BFF792
Complementary color
Monochromatic Colors of #BFF792
Black with #BFF792
Text Example
Text Example
White with #BFF792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF792; }
p { color: rgb(191,247,146); }
H1.HeaderClassName
{
color: #BFF792;
}
.AnyTagClassName
{
color: #BFF792;
}
</style>
background-color css
<style>
a { background-color: #BFF792; }
a { background-color: rgb(191,247,146); }
div.DivClassName
{
background-color: #BFF792;
}
.BgClassName
{
background-color: #BFF792;
}
</style>
border-color css
<style>
span { border-color: #BFF792; }
span { border-color: rgb(191,247,146); }
td.TdClassName
{
border-color: #BFF792;
}
.TagClassName
{
border-color: #BFF792;
}
</style>