Shades of Reef #BEF198
Tints of Reef #BEF198
RGB
CMYK
RGB Variations
Color information
#BEF198 (or 0xBEF198) is known color: Reef. HEX triplet: BE, F1 and 98. RGB value is (190,241,152). Sum of RGB (Red+Green+Blue) = 190+241+152=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF198 is #410E67. Grayscale: #D7D7D7. Windows color (decimal): -4263528 or 10023358. OLE color: 10023358.
HSL color Cylindrical-coordinate representation of color #BEF198: hue angle of 94.38º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEF198 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 152 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.05 |
| HSL | 94.38º | 0.76% | 0.77% | - |
| HSV(B) | 94.38º | 0.37% | 0.95% | - |
| XYZ | 58.36 | 76.12 | 41.32 | - |
| YUV | 215.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 152 | 0.21 | 0 | 0.37 | 0.05 | 94.38 | 0.76 | 0.77 |
| Hex | BE | F1 | 98 | 15 | 0 | 25 | 5 | 5E | 4C | 4D |
| Octal | 276 | 361 | 230 | 25 | 0 | 45 | 5 | 136 | 114 | 115 |
| Binary | 10111110 | 11110001 | 10011000 | 10101 | 0 | 100101 | 101 | 1011110 | 1001100 | 1001101 |
Color Harmonies of #BEF198
Complementary color
Monochromatic Colors of #BEF198
Black with #BEF198
Text Example
Text Example
White with #BEF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF198; }
p { color: rgb(190,241,152); }
H1.HeaderClassName
{
color: #BEF198;
}
.AnyTagClassName
{
color: #BEF198;
}
</style>
background-color css
<style>
a { background-color: #BEF198; }
a { background-color: rgb(190,241,152); }
div.DivClassName
{
background-color: #BEF198;
}
.BgClassName
{
background-color: #BEF198;
}
</style>
border-color css
<style>
span { border-color: #BEF198; }
span { border-color: rgb(190,241,152); }
td.TdClassName
{
border-color: #BEF198;
}
.TagClassName
{
border-color: #BEF198;
}
</style>