Shades of Reef #BEFF90
Tints of Reef #BEFF90
RGB
CMYK
RGB Variations
Color information
#BEFF90 (or 0xBEFF90) is known color: Reef. HEX triplet: BE, FF and 90. RGB value is (190,255,144). Sum of RGB (Red+Green+Blue) = 190+255+144=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF90 is #41006F. Grayscale: #DFDFDF. Windows color (decimal): -4259952 or 9502654. OLE color: 9502654.
HSL color Cylindrical-coordinate representation of color #BEFF90: hue angle of 95.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEFF90 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 144 | - |
| CMYK | 0.25 | 0 | 0.44 | 0 |
| HSL | 95.14º | 1% | 0.78% | - |
| HSV(B) | 95.14º | 0.44% | 1% | - |
| XYZ | 62.03 | 84.48 | 39.42 | - |
| YUV | 222.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 144 | 0.25 | 0 | 0.44 | 0 | 95.14 | 1 | 0.78 |
| Hex | BE | FF | 90 | 19 | 0 | 2C | 0 | 5F | 64 | 4E |
| Octal | 276 | 377 | 220 | 31 | 0 | 54 | 0 | 137 | 144 | 116 |
| Binary | 10111110 | 11111111 | 10010000 | 11001 | 0 | 101100 | 0 | 1011111 | 1100100 | 1001110 |
Color Harmonies of #BEFF90
Complementary color
Monochromatic Colors of #BEFF90
Black with #BEFF90
Text Example
Text Example
White with #BEFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF90; }
p { color: rgb(190,255,144); }
H1.HeaderClassName
{
color: #BEFF90;
}
.AnyTagClassName
{
color: #BEFF90;
}
</style>
background-color css
<style>
a { background-color: #BEFF90; }
a { background-color: rgb(190,255,144); }
div.DivClassName
{
background-color: #BEFF90;
}
.BgClassName
{
background-color: #BEFF90;
}
</style>
border-color css
<style>
span { border-color: #BEFF90; }
span { border-color: rgb(190,255,144); }
td.TdClassName
{
border-color: #BEFF90;
}
.TagClassName
{
border-color: #BEFF90;
}
</style>