Shades of Reef #BEF195
Tints of Reef #BEF195
RGB
CMYK
RGB Variations
Color information
#BEF195 (or 0xBEF195) is known color: Reef. HEX triplet: BE, F1 and 95. RGB value is (190,241,149). Sum of RGB (Red+Green+Blue) = 190+241+149=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF195 is #410E6A. Grayscale: #D7D7D7. Windows color (decimal): -4263531 or 9826750. OLE color: 9826750.
HSL color Cylindrical-coordinate representation of color #BEF195: hue angle of 93.26º 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 #BEF195 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 149 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.05 |
| HSL | 93.26º | 0.77% | 0.76% | - |
| HSV(B) | 93.26º | 0.38% | 0.95% | - |
| XYZ | 58.12 | 76.03 | 40.05 | - |
| YUV | 215.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 149 | 0.21 | 0 | 0.38 | 0.05 | 93.26 | 0.77 | 0.76 |
| Hex | BE | F1 | 95 | 15 | 0 | 26 | 5 | 5D | 4D | 4C |
| Octal | 276 | 361 | 225 | 25 | 0 | 46 | 5 | 135 | 115 | 114 |
| Binary | 10111110 | 11110001 | 10010101 | 10101 | 0 | 100110 | 101 | 1011101 | 1001101 | 1001100 |
Color Harmonies of #BEF195
Complementary color
Monochromatic Colors of #BEF195
Black with #BEF195
Text Example
Text Example
White with #BEF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF195; }
p { color: rgb(190,241,149); }
H1.HeaderClassName
{
color: #BEF195;
}
.AnyTagClassName
{
color: #BEF195;
}
</style>
background-color css
<style>
a { background-color: #BEF195; }
a { background-color: rgb(190,241,149); }
div.DivClassName
{
background-color: #BEF195;
}
.BgClassName
{
background-color: #BEF195;
}
</style>
border-color css
<style>
span { border-color: #BEF195; }
span { border-color: rgb(190,241,149); }
td.TdClassName
{
border-color: #BEF195;
}
.TagClassName
{
border-color: #BEF195;
}
</style>