Shades of Reef #BEFF94
Tints of Reef #BEFF94
RGB
CMYK
RGB Variations
Color information
#BEFF94 (or 0xBEFF94) is known color: Reef. HEX triplet: BE, FF and 94. RGB value is (190,255,148). Sum of RGB (Red+Green+Blue) = 190+255+148=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF94 is #41006B. Grayscale: #DFDFDF. Windows color (decimal): -4259948 or 9764798. OLE color: 9764798.
HSL color Cylindrical-coordinate representation of color #BEFF94: hue angle of 96.45º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEFF94 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 148 | - |
| CMYK | 0.25 | 0 | 0.42 | 0 |
| HSL | 96.45º | 1% | 0.79% | - |
| HSV(B) | 96.45º | 0.42% | 1% | - |
| XYZ | 62.34 | 84.61 | 41.06 | - |
| YUV | 223.37 | 85.47 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 148 | 0.25 | 0 | 0.42 | 0 | 96.45 | 1 | 0.79 |
| Hex | BE | FF | 94 | 19 | 0 | 2A | 0 | 60 | 64 | 4F |
| Octal | 276 | 377 | 224 | 31 | 0 | 52 | 0 | 140 | 144 | 117 |
| Binary | 10111110 | 11111111 | 10010100 | 11001 | 0 | 101010 | 0 | 1100000 | 1100100 | 1001111 |
Color Harmonies of #BEFF94
Complementary color
Monochromatic Colors of #BEFF94
Black with #BEFF94
Text Example
Text Example
White with #BEFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF94; }
p { color: rgb(190,255,148); }
H1.HeaderClassName
{
color: #BEFF94;
}
.AnyTagClassName
{
color: #BEFF94;
}
</style>
background-color css
<style>
a { background-color: #BEFF94; }
a { background-color: rgb(190,255,148); }
div.DivClassName
{
background-color: #BEFF94;
}
.BgClassName
{
background-color: #BEFF94;
}
</style>
border-color css
<style>
span { border-color: #BEFF94; }
span { border-color: rgb(190,255,148); }
td.TdClassName
{
border-color: #BEFF94;
}
.TagClassName
{
border-color: #BEFF94;
}
</style>