Shades of Madang #BDEF9E
Tints of Madang #BDEF9E
RGB
CMYK
RGB Variations
Color information
#BDEF9E (or 0xBDEF9E) is known color: Madang. HEX triplet: BD, EF and 9E. RGB value is (189,239,158). Sum of RGB (Red+Green+Blue) = 189+239+158=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF9E is #421061. Grayscale: #D7D7D7. Windows color (decimal): -4329570 or 10416061. OLE color: 10416061.
HSL color Cylindrical-coordinate representation of color #BDEF9E: hue angle of 97.04º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDEF9E is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 158 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.06 |
| HSL | 97.04º | 0.72% | 0.78% | - |
| HSV(B) | 97.04º | 0.34% | 0.94% | - |
| XYZ | 58.02 | 75.02 | 43.77 | - |
| YUV | 214.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 158 | 0.21 | 0 | 0.34 | 0.06 | 97.04 | 0.72 | 0.78 |
| Hex | BD | EF | 9E | 15 | 0 | 22 | 6 | 61 | 48 | 4E |
| Octal | 275 | 357 | 236 | 25 | 0 | 42 | 6 | 141 | 110 | 116 |
| Binary | 10111101 | 11101111 | 10011110 | 10101 | 0 | 100010 | 110 | 1100001 | 1001000 | 1001110 |
Color Harmonies of #BDEF9E
Complementary color
Monochromatic Colors of #BDEF9E
Black with #BDEF9E
Text Example
Text Example
White with #BDEF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF9E; }
p { color: rgb(189,239,158); }
H1.HeaderClassName
{
color: #BDEF9E;
}
.AnyTagClassName
{
color: #BDEF9E;
}
</style>
background-color css
<style>
a { background-color: #BDEF9E; }
a { background-color: rgb(189,239,158); }
div.DivClassName
{
background-color: #BDEF9E;
}
.BgClassName
{
background-color: #BDEF9E;
}
</style>
border-color css
<style>
span { border-color: #BDEF9E; }
span { border-color: rgb(189,239,158); }
td.TdClassName
{
border-color: #BDEF9E;
}
.TagClassName
{
border-color: #BDEF9E;
}
</style>