Shades of Madang #BEF2AF
Tints of Madang #BEF2AF
RGB
CMYK
RGB Variations
Color information
#BEF2AF (or 0xBEF2AF) is known color: Madang. HEX triplet: BE, F2 and AF. RGB value is (190,242,175). Sum of RGB (Red+Green+Blue) = 190+242+175=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF2AF is #410D50. Grayscale: #DBDBDB. Windows color (decimal): -4263249 or 11530942. OLE color: 11530942.
HSL color Cylindrical-coordinate representation of color #BEF2AF: hue angle of 106.57º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEF2AF is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 175 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.05 |
| HSL | 106.57º | 0.72% | 0.82% | - |
| HSV(B) | 106.57º | 0.28% | 0.95% | - |
| XYZ | 60.73 | 77.55 | 52.32 | - |
| YUV | 218.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 175 | 0.21 | 0 | 0.28 | 0.05 | 106.57 | 0.72 | 0.82 |
| Hex | BE | F2 | AF | 15 | 0 | 1C | 5 | 6B | 48 | 52 |
| Octal | 276 | 362 | 257 | 25 | 0 | 34 | 5 | 153 | 110 | 122 |
| Binary | 10111110 | 11110010 | 10101111 | 10101 | 0 | 11100 | 101 | 1101011 | 1001000 | 1010010 |
Color Harmonies of #BEF2AF
Complementary color
Monochromatic Colors of #BEF2AF
Black with #BEF2AF
Text Example
Text Example
White with #BEF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2AF; }
p { color: rgb(190,242,175); }
H1.HeaderClassName
{
color: #BEF2AF;
}
.AnyTagClassName
{
color: #BEF2AF;
}
</style>
background-color css
<style>
a { background-color: #BEF2AF; }
a { background-color: rgb(190,242,175); }
div.DivClassName
{
background-color: #BEF2AF;
}
.BgClassName
{
background-color: #BEF2AF;
}
</style>
border-color css
<style>
span { border-color: #BEF2AF; }
span { border-color: rgb(190,242,175); }
td.TdClassName
{
border-color: #BEF2AF;
}
.TagClassName
{
border-color: #BEF2AF;
}
</style>