Shades of Reef #BFF195
Tints of Reef #BFF195
RGB
CMYK
RGB Variations
Color information
#BFF195 (or 0xBFF195) is known color: Reef. HEX triplet: BF, F1 and 95. RGB value is (191,241,149). Sum of RGB (Red+Green+Blue) = 191+241+149=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF195 is #400E6A. Grayscale: #D7D7D7. Windows color (decimal): -4197995 or 9826751. OLE color: 9826751.
HSL color Cylindrical-coordinate representation of color #BFF195: hue angle of 92.61º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF195 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 149 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.05 |
| HSL | 92.61º | 0.77% | 0.76% | - |
| HSV(B) | 92.61º | 0.38% | 0.95% | - |
| XYZ | 58.37 | 76.16 | 40.06 | - |
| YUV | 215.56 | 90.44 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 149 | 0.21 | 0 | 0.38 | 0.05 | 92.61 | 0.77 | 0.76 |
| Hex | BF | F1 | 95 | 15 | 0 | 26 | 5 | 5D | 4D | 4C |
| Octal | 277 | 361 | 225 | 25 | 0 | 46 | 5 | 135 | 115 | 114 |
| Binary | 10111111 | 11110001 | 10010101 | 10101 | 0 | 100110 | 101 | 1011101 | 1001101 | 1001100 |
Color Harmonies of #BFF195
Complementary color
Monochromatic Colors of #BFF195
Black with #BFF195
Text Example
Text Example
White with #BFF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF195; }
p { color: rgb(191,241,149); }
H1.HeaderClassName
{
color: #BFF195;
}
.AnyTagClassName
{
color: #BFF195;
}
</style>
background-color css
<style>
a { background-color: #BFF195; }
a { background-color: rgb(191,241,149); }
div.DivClassName
{
background-color: #BFF195;
}
.BgClassName
{
background-color: #BFF195;
}
</style>
border-color css
<style>
span { border-color: #BFF195; }
span { border-color: rgb(191,241,149); }
td.TdClassName
{
border-color: #BFF195;
}
.TagClassName
{
border-color: #BFF195;
}
</style>