Shades of Reef #BEF397
Tints of Reef #BEF397
RGB
CMYK
RGB Variations
Color information
#BEF397 (or 0xBEF397) is known color: Reef. HEX triplet: BE, F3 and 97. RGB value is (190,243,151). Sum of RGB (Red+Green+Blue) = 190+243+151=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF397 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF397 is #410C68. Grayscale: #D8D8D8. Windows color (decimal): -4263017 or 9958334. OLE color: 9958334.
HSL color Cylindrical-coordinate representation of color #BEF397: hue angle of 94.57º degrees, saturation: 0.79, 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 #BEF397 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 151 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.05 |
| HSL | 94.57º | 0.79% | 0.77% | - |
| HSV(B) | 94.57º | 0.38% | 0.95% | - |
| XYZ | 58.87 | 77.28 | 41.09 | - |
| YUV | 216.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 151 | 0.22 | 0 | 0.38 | 0.05 | 94.57 | 0.79 | 0.77 |
| Hex | BE | F3 | 97 | 16 | 0 | 26 | 5 | 5F | 4F | 4D |
| Octal | 276 | 363 | 227 | 26 | 0 | 46 | 5 | 137 | 117 | 115 |
| Binary | 10111110 | 11110011 | 10010111 | 10110 | 0 | 100110 | 101 | 1011111 | 1001111 | 1001101 |
Color Harmonies of #BEF397
Complementary color
Monochromatic Colors of #BEF397
Black with #BEF397
Text Example
Text Example
White with #BEF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF397; }
p { color: rgb(190,243,151); }
H1.HeaderClassName
{
color: #BEF397;
}
.AnyTagClassName
{
color: #BEF397;
}
</style>
background-color css
<style>
a { background-color: #BEF397; }
a { background-color: rgb(190,243,151); }
div.DivClassName
{
background-color: #BEF397;
}
.BgClassName
{
background-color: #BEF397;
}
</style>
border-color css
<style>
span { border-color: #BEF397; }
span { border-color: rgb(190,243,151); }
td.TdClassName
{
border-color: #BEF397;
}
.TagClassName
{
border-color: #BEF397;
}
</style>