Shades of Reef #BFE395
Tints of Reef #BFE395
RGB
CMYK
RGB Variations
Color information
#BFE395 (or 0xBFE395) is known color: Reef. HEX triplet: BF, E3 and 95. RGB value is (191,227,149). Sum of RGB (Red+Green+Blue) = 191+227+149=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE395 is #401C6A. Grayscale: #CFCFCF. Windows color (decimal): -4201579 or 9823167. OLE color: 9823167.
HSL color Cylindrical-coordinate representation of color #BFE395: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFE395 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 149 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.11 |
| HSL | 87.69º | 0.58% | 0.74% | - |
| HSV(B) | 87.69º | 0.34% | 0.89% | - |
| XYZ | 54.38 | 68.18 | 38.73 | - |
| YUV | 207.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 149 | 0.16 | 0 | 0.34 | 0.11 | 87.69 | 0.58 | 0.74 |
| Hex | BF | E3 | 95 | 10 | 0 | 22 | B | 58 | 3A | 4A |
| Octal | 277 | 343 | 225 | 20 | 0 | 42 | 13 | 130 | 72 | 112 |
| Binary | 10111111 | 11100011 | 10010101 | 10000 | 0 | 100010 | 1011 | 1011000 | 111010 | 1001010 |
Color Harmonies of #BFE395
Complementary color
Monochromatic Colors of #BFE395
Black with #BFE395
Text Example
Text Example
White with #BFE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE395; }
p { color: rgb(191,227,149); }
H1.HeaderClassName
{
color: #BFE395;
}
.AnyTagClassName
{
color: #BFE395;
}
</style>
background-color css
<style>
a { background-color: #BFE395; }
a { background-color: rgb(191,227,149); }
div.DivClassName
{
background-color: #BFE395;
}
.BgClassName
{
background-color: #BFE395;
}
</style>
border-color css
<style>
span { border-color: #BFE395; }
span { border-color: rgb(191,227,149); }
td.TdClassName
{
border-color: #BFE395;
}
.TagClassName
{
border-color: #BFE395;
}
</style>