Shades of Madang #BEEDA0
Tints of Madang #BEEDA0
RGB
CMYK
RGB Variations
Color information
#BEEDA0 (or 0xBEEDA0) is known color: Madang. HEX triplet: BE, ED and A0. RGB value is (190,237,160). Sum of RGB (Red+Green+Blue) = 190+237+160=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEDA0 is #41125F. Grayscale: #D6D6D6. Windows color (decimal): -4264544 or 10546622. OLE color: 10546622.
HSL color Cylindrical-coordinate representation of color #BEEDA0: hue angle of 96.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEEDA0 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 237 | 160 | - |
CMYK | 0.20 | 0 | 0.32 | 0.07 |
HSL | 96.62º | 0.68% | 0.78% | - |
HSV(B) | 96.62º | 0.32% | 0.93% | - |
XYZ | 57.86 | 74.05 | 44.5 | - |
YUV | 214.17 | 97.43 | 110.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 237 | 160 | 0.20 | 0 | 0.32 | 0.07 | 96.62 | 0.68 | 0.78 |
Hex | BE | ED | A0 | 14 | 0 | 20 | 7 | 61 | 44 | 4E |
Octal | 276 | 355 | 240 | 24 | 0 | 40 | 7 | 141 | 104 | 116 |
Binary | 10111110 | 11101101 | 10100000 | 10100 | 0 | 100000 | 111 | 1100001 | 1000100 | 1001110 |
Color Harmonies of #BEEDA0
Complementary color
Monochromatic Colors of #BEEDA0
Black with #BEEDA0
Text Example
Text Example
White with #BEEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDA0; }
p { color: rgb(190,237,160); }
H1.HeaderClassName
{
color: #BEEDA0;
}
.AnyTagClassName
{
color: #BEEDA0;
}
</style>
background-color css
<style>
a { background-color: #BEEDA0; }
a { background-color: rgb(190,237,160); }
div.DivClassName
{
background-color: #BEEDA0;
}
.BgClassName
{
background-color: #BEEDA0;
}
</style>
border-color css
<style>
span { border-color: #BEEDA0; }
span { border-color: rgb(190,237,160); }
td.TdClassName
{
border-color: #BEEDA0;
}
.TagClassName
{
border-color: #BEEDA0;
}
</style>