Shades of Reef #BFE397
Tints of Reef #BFE397
RGB
CMYK
RGB Variations
Color information
#BFE397 (or 0xBFE397) is known color: Reef. HEX triplet: BF, E3 and 97. RGB value is (191,227,151). Sum of RGB (Red+Green+Blue) = 191+227+151=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE397 is #401C68. Grayscale: #CFCFCF. Windows color (decimal): -4201577 or 9954239. OLE color: 9954239.
HSL color Cylindrical-coordinate representation of color #BFE397: hue angle of 88.42º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE397 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 151 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.11 |
| HSL | 88.42º | 0.58% | 0.74% | - |
| HSV(B) | 88.42º | 0.33% | 0.89% | - |
| XYZ | 54.54 | 68.25 | 39.58 | - |
| YUV | 207.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 151 | 0.16 | 0 | 0.33 | 0.11 | 88.42 | 0.58 | 0.74 |
| Hex | BF | E3 | 97 | 10 | 0 | 21 | B | 58 | 3A | 4A |
| Octal | 277 | 343 | 227 | 20 | 0 | 41 | 13 | 130 | 72 | 112 |
| Binary | 10111111 | 11100011 | 10010111 | 10000 | 0 | 100001 | 1011 | 1011000 | 111010 | 1001010 |
Color Harmonies of #BFE397
Complementary color
Monochromatic Colors of #BFE397
Black with #BFE397
Text Example
Text Example
White with #BFE397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE397; }
p { color: rgb(191,227,151); }
H1.HeaderClassName
{
color: #BFE397;
}
.AnyTagClassName
{
color: #BFE397;
}
</style>
background-color css
<style>
a { background-color: #BFE397; }
a { background-color: rgb(191,227,151); }
div.DivClassName
{
background-color: #BFE397;
}
.BgClassName
{
background-color: #BFE397;
}
</style>
border-color css
<style>
span { border-color: #BFE397; }
span { border-color: rgb(191,227,151); }
td.TdClassName
{
border-color: #BFE397;
}
.TagClassName
{
border-color: #BFE397;
}
</style>