Shades of Madang #BEFEA1
Tints of Madang #BEFEA1
RGB
CMYK
RGB Variations
Color information
#BEFEA1 (or 0xBEFEA1) is known color: Madang. HEX triplet: BE, FE and A1. RGB value is (190,254,161). Sum of RGB (Red+Green+Blue) = 190+254+161=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFEA1 is #41015E. Grayscale: #E0E0E0. Windows color (decimal): -4260191 or 10616510. OLE color: 10616510.
HSL color Cylindrical-coordinate representation of color #BEFEA1: hue angle of 101.29º 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 #BEFEA1 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 161 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.00 |
| HSL | 101.29º | 0.98% | 0.81% | - |
| HSV(B) | 101.29º | 0.37% | 1% | - |
| XYZ | 63.11 | 84.4 | 46.68 | - |
| YUV | 224.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 161 | 0.25 | 0 | 0.37 | 0.00 | 101.29 | 0.98 | 0.81 |
| Hex | BE | FE | A1 | 19 | 0 | 25 | 0 | 65 | 62 | 51 |
| Octal | 276 | 376 | 241 | 31 | 0 | 45 | 0 | 145 | 142 | 121 |
| Binary | 10111110 | 11111110 | 10100001 | 11001 | 0 | 100101 | 0 | 1100101 | 1100010 | 1010001 |
Color Harmonies of #BEFEA1
Complementary color
Monochromatic Colors of #BEFEA1
Black with #BEFEA1
Text Example
Text Example
White with #BEFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEA1; }
p { color: rgb(190,254,161); }
H1.HeaderClassName
{
color: #BEFEA1;
}
.AnyTagClassName
{
color: #BEFEA1;
}
</style>
background-color css
<style>
a { background-color: #BEFEA1; }
a { background-color: rgb(190,254,161); }
div.DivClassName
{
background-color: #BEFEA1;
}
.BgClassName
{
background-color: #BEFEA1;
}
</style>
border-color css
<style>
span { border-color: #BEFEA1; }
span { border-color: rgb(190,254,161); }
td.TdClassName
{
border-color: #BEFEA1;
}
.TagClassName
{
border-color: #BEFEA1;
}
</style>