Shades of Reef #BEFE97
Tints of Reef #BEFE97
RGB
CMYK
RGB Variations
Color information
#BEFE97 (or 0xBEFE97) is known color: Reef. HEX triplet: BE, FE and 97. RGB value is (190,254,151). Sum of RGB (Red+Green+Blue) = 190+254+151=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFE97 is #410168. Grayscale: #DFDFDF. Windows color (decimal): -4260201 or 9961150. OLE color: 9961150.
HSL color Cylindrical-coordinate representation of color #BEFE97: hue angle of 97.28º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEFE97 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 151 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.00 |
| HSL | 97.28º | 0.98% | 0.79% | - |
| HSV(B) | 97.28º | 0.41% | 1% | - |
| XYZ | 62.26 | 84.07 | 42.22 | - |
| YUV | 223.12 | 87.3 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 151 | 0.25 | 0 | 0.41 | 0.00 | 97.28 | 0.98 | 0.79 |
| Hex | BE | FE | 97 | 19 | 0 | 29 | 0 | 61 | 62 | 4F |
| Octal | 276 | 376 | 227 | 31 | 0 | 51 | 0 | 141 | 142 | 117 |
| Binary | 10111110 | 11111110 | 10010111 | 11001 | 0 | 101001 | 0 | 1100001 | 1100010 | 1001111 |
Color Harmonies of #BEFE97
Complementary color
Monochromatic Colors of #BEFE97
Black with #BEFE97
Text Example
Text Example
White with #BEFE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE97; }
p { color: rgb(190,254,151); }
H1.HeaderClassName
{
color: #BEFE97;
}
.AnyTagClassName
{
color: #BEFE97;
}
</style>
background-color css
<style>
a { background-color: #BEFE97; }
a { background-color: rgb(190,254,151); }
div.DivClassName
{
background-color: #BEFE97;
}
.BgClassName
{
background-color: #BEFE97;
}
</style>
border-color css
<style>
span { border-color: #BEFE97; }
span { border-color: rgb(190,254,151); }
td.TdClassName
{
border-color: #BEFE97;
}
.TagClassName
{
border-color: #BEFE97;
}
</style>