Shades of Madang #BEFDAA
Tints of Madang #BEFDAA
RGB
CMYK
RGB Variations
Color information
#BEFDAA (or 0xBEFDAA) is known color: Madang. HEX triplet: BE, FD and AA. RGB value is (190,253,170). Sum of RGB (Red+Green+Blue) = 190+253+170=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFDAA is #410255. Grayscale: #E0E0E0. Windows color (decimal): -4260438 or 11206078. OLE color: 11206078.
HSL color Cylindrical-coordinate representation of color #BEFDAA: hue angle of 105.54º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEFDAA is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 170 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.01 |
| HSL | 105.54º | 0.95% | 0.83% | - |
| HSV(B) | 105.54º | 0.33% | 0.99% | - |
| XYZ | 63.62 | 84.1 | 50.91 | - |
| YUV | 224.7 | 97.13 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 170 | 0.25 | 0 | 0.33 | 0.01 | 105.54 | 0.95 | 0.83 |
| Hex | BE | FD | AA | 19 | 0 | 21 | 1 | 6A | 5F | 53 |
| Octal | 276 | 375 | 252 | 31 | 0 | 41 | 1 | 152 | 137 | 123 |
| Binary | 10111110 | 11111101 | 10101010 | 11001 | 0 | 100001 | 1 | 1101010 | 1011111 | 1010011 |
Color Harmonies of #BEFDAA
Complementary color
Monochromatic Colors of #BEFDAA
Black with #BEFDAA
Text Example
Text Example
White with #BEFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDAA; }
p { color: rgb(190,253,170); }
H1.HeaderClassName
{
color: #BEFDAA;
}
.AnyTagClassName
{
color: #BEFDAA;
}
</style>
background-color css
<style>
a { background-color: #BEFDAA; }
a { background-color: rgb(190,253,170); }
div.DivClassName
{
background-color: #BEFDAA;
}
.BgClassName
{
background-color: #BEFDAA;
}
</style>
border-color css
<style>
span { border-color: #BEFDAA; }
span { border-color: rgb(190,253,170); }
td.TdClassName
{
border-color: #BEFDAA;
}
.TagClassName
{
border-color: #BEFDAA;
}
</style>