Shades of Madang #BEF2AA
Tints of Madang #BEF2AA
RGB
CMYK
RGB Variations
Color information
#BEF2AA (or 0xBEF2AA) is known color: Madang. HEX triplet: BE, F2 and AA. RGB value is (190,242,170). Sum of RGB (Red+Green+Blue) = 190+242+170=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF2AA is #410D55. Grayscale: #DADADA. Windows color (decimal): -4263254 or 11203262. OLE color: 11203262.
HSL color Cylindrical-coordinate representation of color #BEF2AA: hue angle of 103.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEF2AA is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 170 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.05 |
| HSL | 103.33º | 0.73% | 0.81% | - |
| HSV(B) | 103.33º | 0.3% | 0.95% | - |
| XYZ | 60.24 | 77.35 | 49.79 | - |
| YUV | 218.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 170 | 0.21 | 0 | 0.30 | 0.05 | 103.33 | 0.73 | 0.81 |
| Hex | BE | F2 | AA | 15 | 0 | 1E | 5 | 67 | 49 | 51 |
| Octal | 276 | 362 | 252 | 25 | 0 | 36 | 5 | 147 | 111 | 121 |
| Binary | 10111110 | 11110010 | 10101010 | 10101 | 0 | 11110 | 101 | 1100111 | 1001001 | 1010001 |
Color Harmonies of #BEF2AA
Complementary color
Monochromatic Colors of #BEF2AA
Black with #BEF2AA
Text Example
Text Example
White with #BEF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2AA; }
p { color: rgb(190,242,170); }
H1.HeaderClassName
{
color: #BEF2AA;
}
.AnyTagClassName
{
color: #BEF2AA;
}
</style>
background-color css
<style>
a { background-color: #BEF2AA; }
a { background-color: rgb(190,242,170); }
div.DivClassName
{
background-color: #BEF2AA;
}
.BgClassName
{
background-color: #BEF2AA;
}
</style>
border-color css
<style>
span { border-color: #BEF2AA; }
span { border-color: rgb(190,242,170); }
td.TdClassName
{
border-color: #BEF2AA;
}
.TagClassName
{
border-color: #BEF2AA;
}
</style>