Shades of Madang #BEF4A8
Tints of Madang #BEF4A8
RGB
CMYK
RGB Variations
Color information
#BEF4A8 (or 0xBEF4A8) is known color: Madang. HEX triplet: BE, F4 and A8. RGB value is (190,244,168). Sum of RGB (Red+Green+Blue) = 190+244+168=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF4A8 is #410B57. Grayscale: #DBDBDB. Windows color (decimal): -4262744 or 11072702. OLE color: 11072702.
HSL color Cylindrical-coordinate representation of color #BEF4A8: hue angle of 102.63º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEF4A8 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 168 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.04 |
| HSL | 102.63º | 0.78% | 0.81% | - |
| HSV(B) | 102.63º | 0.31% | 0.96% | - |
| XYZ | 60.65 | 78.48 | 49 | - |
| YUV | 219.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 168 | 0.22 | 0 | 0.31 | 0.04 | 102.63 | 0.78 | 0.81 |
| Hex | BE | F4 | A8 | 16 | 0 | 1F | 4 | 67 | 4E | 51 |
| Octal | 276 | 364 | 250 | 26 | 0 | 37 | 4 | 147 | 116 | 121 |
| Binary | 10111110 | 11110100 | 10101000 | 10110 | 0 | 11111 | 100 | 1100111 | 1001110 | 1010001 |
Color Harmonies of #BEF4A8
Complementary color
Monochromatic Colors of #BEF4A8
Black with #BEF4A8
Text Example
Text Example
White with #BEF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF4A8; }
p { color: rgb(190,244,168); }
H1.HeaderClassName
{
color: #BEF4A8;
}
.AnyTagClassName
{
color: #BEF4A8;
}
</style>
background-color css
<style>
a { background-color: #BEF4A8; }
a { background-color: rgb(190,244,168); }
div.DivClassName
{
background-color: #BEF4A8;
}
.BgClassName
{
background-color: #BEF4A8;
}
</style>
border-color css
<style>
span { border-color: #BEF4A8; }
span { border-color: rgb(190,244,168); }
td.TdClassName
{
border-color: #BEF4A8;
}
.TagClassName
{
border-color: #BEF4A8;
}
</style>