Shades of Madang #BDF69B
Tints of Madang #BDF69B
RGB
CMYK
RGB Variations
Color information
#BDF69B (or 0xBDF69B) is known color: Madang. HEX triplet: BD, F6 and 9B. RGB value is (189,246,155). Sum of RGB (Red+Green+Blue) = 189+246+155=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF69B is #420964. Grayscale: #DADADA. Windows color (decimal): -4327781 or 10221245. OLE color: 10221245.
HSL color Cylindrical-coordinate representation of color #BDF69B: hue angle of 97.58º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF69B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 155 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.04 |
| HSL | 97.58º | 0.83% | 0.79% | - |
| HSV(B) | 97.58º | 0.37% | 0.96% | - |
| XYZ | 59.86 | 79.1 | 43.12 | - |
| YUV | 218.58 | 92.12 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 155 | 0.23 | 0 | 0.37 | 0.04 | 97.58 | 0.83 | 0.79 |
| Hex | BD | F6 | 9B | 17 | 0 | 25 | 4 | 62 | 53 | 4F |
| Octal | 275 | 366 | 233 | 27 | 0 | 45 | 4 | 142 | 123 | 117 |
| Binary | 10111101 | 11110110 | 10011011 | 10111 | 0 | 100101 | 100 | 1100010 | 1010011 | 1001111 |
Color Harmonies of #BDF69B
Complementary color
Monochromatic Colors of #BDF69B
Black with #BDF69B
Text Example
Text Example
White with #BDF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF69B; }
p { color: rgb(189,246,155); }
H1.HeaderClassName
{
color: #BDF69B;
}
.AnyTagClassName
{
color: #BDF69B;
}
</style>
background-color css
<style>
a { background-color: #BDF69B; }
a { background-color: rgb(189,246,155); }
div.DivClassName
{
background-color: #BDF69B;
}
.BgClassName
{
background-color: #BDF69B;
}
</style>
border-color css
<style>
span { border-color: #BDF69B; }
span { border-color: rgb(189,246,155); }
td.TdClassName
{
border-color: #BDF69B;
}
.TagClassName
{
border-color: #BDF69B;
}
</style>