Shades of Madang #BEFA9A
Tints of Madang #BEFA9A
RGB
CMYK
RGB Variations
Color information
#BEFA9A (or 0xBEFA9A) is known color: Madang. HEX triplet: BE, FA and 9A. RGB value is (190,250,154). Sum of RGB (Red+Green+Blue) = 190+250+154=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA9A is #410565. Grayscale: #DDDDDD. Windows color (decimal): -4261222 or 10156734. OLE color: 10156734.
HSL color Cylindrical-coordinate representation of color #BEFA9A: hue angle of 97.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEFA9A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 154 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.02 |
| HSL | 97.5º | 0.91% | 0.79% | - |
| HSV(B) | 97.5º | 0.38% | 0.98% | - |
| XYZ | 61.25 | 81.65 | 43.1 | - |
| YUV | 221.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 154 | 0.24 | 0 | 0.38 | 0.02 | 97.5 | 0.91 | 0.79 |
| Hex | BE | FA | 9A | 18 | 0 | 26 | 2 | 62 | 5B | 4F |
| Octal | 276 | 372 | 232 | 30 | 0 | 46 | 2 | 142 | 133 | 117 |
| Binary | 10111110 | 11111010 | 10011010 | 11000 | 0 | 100110 | 10 | 1100010 | 1011011 | 1001111 |
Color Harmonies of #BEFA9A
Complementary color
Monochromatic Colors of #BEFA9A
Black with #BEFA9A
Text Example
Text Example
White with #BEFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA9A; }
p { color: rgb(190,250,154); }
H1.HeaderClassName
{
color: #BEFA9A;
}
.AnyTagClassName
{
color: #BEFA9A;
}
</style>
background-color css
<style>
a { background-color: #BEFA9A; }
a { background-color: rgb(190,250,154); }
div.DivClassName
{
background-color: #BEFA9A;
}
.BgClassName
{
background-color: #BEFA9A;
}
</style>
border-color css
<style>
span { border-color: #BEFA9A; }
span { border-color: rgb(190,250,154); }
td.TdClassName
{
border-color: #BEFA9A;
}
.TagClassName
{
border-color: #BEFA9A;
}
</style>