Shades of Reef #BFF295
Tints of Reef #BFF295
RGB
CMYK
RGB Variations
Color information
#BFF295 (or 0xBFF295) is known color: Reef. HEX triplet: BF, F2 and 95. RGB value is (191,242,149). Sum of RGB (Red+Green+Blue) = 191+242+149=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF295 is #400D6A. Grayscale: #D8D8D8. Windows color (decimal): -4197739 or 9827007. OLE color: 9827007.
HSL color Cylindrical-coordinate representation of color #BFF295: hue angle of 92.9º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF295 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 149 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.05 |
| HSL | 92.9º | 0.78% | 0.77% | - |
| HSV(B) | 92.9º | 0.38% | 0.95% | - |
| XYZ | 58.66 | 76.75 | 40.16 | - |
| YUV | 216.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 149 | 0.21 | 0 | 0.38 | 0.05 | 92.9 | 0.78 | 0.77 |
| Hex | BF | F2 | 95 | 15 | 0 | 26 | 5 | 5D | 4E | 4D |
| Octal | 277 | 362 | 225 | 25 | 0 | 46 | 5 | 135 | 116 | 115 |
| Binary | 10111111 | 11110010 | 10010101 | 10101 | 0 | 100110 | 101 | 1011101 | 1001110 | 1001101 |
Color Harmonies of #BFF295
Complementary color
Monochromatic Colors of #BFF295
Black with #BFF295
Text Example
Text Example
White with #BFF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF295; }
p { color: rgb(191,242,149); }
H1.HeaderClassName
{
color: #BFF295;
}
.AnyTagClassName
{
color: #BFF295;
}
</style>
background-color css
<style>
a { background-color: #BFF295; }
a { background-color: rgb(191,242,149); }
div.DivClassName
{
background-color: #BFF295;
}
.BgClassName
{
background-color: #BFF295;
}
</style>
border-color css
<style>
span { border-color: #BFF295; }
span { border-color: rgb(191,242,149); }
td.TdClassName
{
border-color: #BFF295;
}
.TagClassName
{
border-color: #BFF295;
}
</style>