Shades of Reef #BEF497
Tints of Reef #BEF497
RGB
CMYK
RGB Variations
Color information
#BEF497 (or 0xBEF497) is known color: Reef. HEX triplet: BE, F4 and 97. RGB value is (190,244,151). Sum of RGB (Red+Green+Blue) = 190+244+151=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF497 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF497 is #410B68. Grayscale: #D9D9D9. Windows color (decimal): -4262761 or 9958590. OLE color: 9958590.
HSL color Cylindrical-coordinate representation of color #BEF497: hue angle of 94.84º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEF497 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 151 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.04 |
| HSL | 94.84º | 0.81% | 0.77% | - |
| HSV(B) | 94.84º | 0.38% | 0.96% | - |
| XYZ | 59.17 | 77.88 | 41.19 | - |
| YUV | 217.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 151 | 0.22 | 0 | 0.38 | 0.04 | 94.84 | 0.81 | 0.77 |
| Hex | BE | F4 | 97 | 16 | 0 | 26 | 4 | 5F | 51 | 4D |
| Octal | 276 | 364 | 227 | 26 | 0 | 46 | 4 | 137 | 121 | 115 |
| Binary | 10111110 | 11110100 | 10010111 | 10110 | 0 | 100110 | 100 | 1011111 | 1010001 | 1001101 |
Color Harmonies of #BEF497
Complementary color
Monochromatic Colors of #BEF497
Black with #BEF497
Text Example
Text Example
White with #BEF497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF497; }
p { color: rgb(190,244,151); }
H1.HeaderClassName
{
color: #BEF497;
}
.AnyTagClassName
{
color: #BEF497;
}
</style>
background-color css
<style>
a { background-color: #BEF497; }
a { background-color: rgb(190,244,151); }
div.DivClassName
{
background-color: #BEF497;
}
.BgClassName
{
background-color: #BEF497;
}
</style>
border-color css
<style>
span { border-color: #BEF497; }
span { border-color: rgb(190,244,151); }
td.TdClassName
{
border-color: #BEF497;
}
.TagClassName
{
border-color: #BEF497;
}
</style>