Shades of Madang #AFDB99
Tints of Madang #AFDB99
RGB
CMYK
RGB Variations
Color information
#AFDB99 (or 0xAFDB99) is known color: Madang. HEX triplet: AF, DB and 99. RGB value is (175,219,153). Sum of RGB (Red+Green+Blue) = 175+219+153=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB99 is #502466. Grayscale: #C6C6C6. Windows color (decimal): -5252199 or 10083247. OLE color: 10083247.
HSL color Cylindrical-coordinate representation of color #AFDB99: hue angle of 100º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDB99 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 153 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.14 |
| HSL | 100º | 0.48% | 0.73% | - |
| HSV(B) | 100º | 0.3% | 0.86% | - |
| XYZ | 48.76 | 62.08 | 39.55 | - |
| YUV | 198.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 153 | 0.20 | 0 | 0.30 | 0.14 | 100 | 0.48 | 0.73 |
| Hex | AF | DB | 99 | 14 | 0 | 1E | E | 64 | 30 | 49 |
| Octal | 257 | 333 | 231 | 24 | 0 | 36 | 16 | 144 | 60 | 111 |
| Binary | 10101111 | 11011011 | 10011001 | 10100 | 0 | 11110 | 1110 | 1100100 | 110000 | 1001001 |
Color Harmonies of #AFDB99
Complementary color
Monochromatic Colors of #AFDB99
Black with #AFDB99
Text Example
Text Example
White with #AFDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB99; }
p { color: rgb(175,219,153); }
H1.HeaderClassName
{
color: #AFDB99;
}
.AnyTagClassName
{
color: #AFDB99;
}
</style>
background-color css
<style>
a { background-color: #AFDB99; }
a { background-color: rgb(175,219,153); }
div.DivClassName
{
background-color: #AFDB99;
}
.BgClassName
{
background-color: #AFDB99;
}
</style>
border-color css
<style>
span { border-color: #AFDB99; }
span { border-color: rgb(175,219,153); }
td.TdClassName
{
border-color: #AFDB99;
}
.TagClassName
{
border-color: #AFDB99;
}
</style>