Shades of Madang #BEF7A8
Tints of Madang #BEF7A8
RGB
CMYK
RGB Variations
Color information
#BEF7A8 (or 0xBEF7A8) is known color: Madang. HEX triplet: BE, F7 and A8. RGB value is (190,247,168). Sum of RGB (Red+Green+Blue) = 190+247+168=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF7A8 is #410857. Grayscale: #DDDDDD. Windows color (decimal): -4261976 or 11073470. OLE color: 11073470.
HSL color Cylindrical-coordinate representation of color #BEF7A8: hue angle of 103.29º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEF7A8 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 168 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.03 |
| HSL | 103.29º | 0.83% | 0.81% | - |
| HSV(B) | 103.29º | 0.32% | 0.97% | - |
| XYZ | 61.56 | 80.3 | 49.3 | - |
| YUV | 220.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 168 | 0.23 | 0 | 0.32 | 0.03 | 103.29 | 0.83 | 0.81 |
| Hex | BE | F7 | A8 | 17 | 0 | 20 | 3 | 67 | 53 | 51 |
| Octal | 276 | 367 | 250 | 27 | 0 | 40 | 3 | 147 | 123 | 121 |
| Binary | 10111110 | 11110111 | 10101000 | 10111 | 0 | 100000 | 11 | 1100111 | 1010011 | 1010001 |
Color Harmonies of #BEF7A8
Complementary color
Monochromatic Colors of #BEF7A8
Black with #BEF7A8
Text Example
Text Example
White with #BEF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7A8; }
p { color: rgb(190,247,168); }
H1.HeaderClassName
{
color: #BEF7A8;
}
.AnyTagClassName
{
color: #BEF7A8;
}
</style>
background-color css
<style>
a { background-color: #BEF7A8; }
a { background-color: rgb(190,247,168); }
div.DivClassName
{
background-color: #BEF7A8;
}
.BgClassName
{
background-color: #BEF7A8;
}
</style>
border-color css
<style>
span { border-color: #BEF7A8; }
span { border-color: rgb(190,247,168); }
td.TdClassName
{
border-color: #BEF7A8;
}
.TagClassName
{
border-color: #BEF7A8;
}
</style>