Shades of Madang #BEFEA0
Tints of Madang #BEFEA0
RGB
CMYK
RGB Variations
Color information
#BEFEA0 (or 0xBEFEA0) is known color: Madang. HEX triplet: BE, FE and A0. RGB value is (190,254,160). Sum of RGB (Red+Green+Blue) = 190+254+160=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFEA0 is #41015F. Grayscale: #E0E0E0. Windows color (decimal): -4260192 or 10550974. OLE color: 10550974.
HSL color Cylindrical-coordinate representation of color #BEFEA0: hue angle of 100.85º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEFEA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 160 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.00 |
| HSL | 100.85º | 0.98% | 0.81% | - |
| HSV(B) | 100.85º | 0.37% | 1% | - |
| XYZ | 63.02 | 84.37 | 46.22 | - |
| YUV | 224.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 160 | 0.25 | 0 | 0.37 | 0.00 | 100.85 | 0.98 | 0.81 |
| Hex | BE | FE | A0 | 19 | 0 | 25 | 0 | 65 | 62 | 51 |
| Octal | 276 | 376 | 240 | 31 | 0 | 45 | 0 | 145 | 142 | 121 |
| Binary | 10111110 | 11111110 | 10100000 | 11001 | 0 | 100101 | 0 | 1100101 | 1100010 | 1010001 |
Color Harmonies of #BEFEA0
Complementary color
Monochromatic Colors of #BEFEA0
Black with #BEFEA0
Text Example
Text Example
White with #BEFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEA0; }
p { color: rgb(190,254,160); }
H1.HeaderClassName
{
color: #BEFEA0;
}
.AnyTagClassName
{
color: #BEFEA0;
}
</style>
background-color css
<style>
a { background-color: #BEFEA0; }
a { background-color: rgb(190,254,160); }
div.DivClassName
{
background-color: #BEFEA0;
}
.BgClassName
{
background-color: #BEFEA0;
}
</style>
border-color css
<style>
span { border-color: #BEFEA0; }
span { border-color: rgb(190,254,160); }
td.TdClassName
{
border-color: #BEFEA0;
}
.TagClassName
{
border-color: #BEFEA0;
}
</style>