Shades of Madang #AFD99B
Tints of Madang #AFD99B
RGB
CMYK
RGB Variations
Color information
#AFD99B (or 0xAFD99B) is known color: Madang. HEX triplet: AF, D9 and 9B. RGB value is (175,217,155). Sum of RGB (Red+Green+Blue) = 175+217+155=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD99B is #502664. Grayscale: #C5C5C5. Windows color (decimal): -5252709 or 10213807. OLE color: 10213807.
HSL color Cylindrical-coordinate representation of color #AFD99B: hue angle of 100.65º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFD99B is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 155 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.15 |
| HSL | 100.65º | 0.45% | 0.73% | - |
| HSV(B) | 100.65º | 0.29% | 0.85% | - |
| XYZ | 48.41 | 61.11 | 40.25 | - |
| YUV | 197.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 155 | 0.19 | 0 | 0.29 | 0.15 | 100.65 | 0.45 | 0.73 |
| Hex | AF | D9 | 9B | 13 | 0 | 1D | F | 65 | 2D | 49 |
| Octal | 257 | 331 | 233 | 23 | 0 | 35 | 17 | 145 | 55 | 111 |
| Binary | 10101111 | 11011001 | 10011011 | 10011 | 0 | 11101 | 1111 | 1100101 | 101101 | 1001001 |
Color Harmonies of #AFD99B
Complementary color
Monochromatic Colors of #AFD99B
Black with #AFD99B
Text Example
Text Example
White with #AFD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD99B; }
p { color: rgb(175,217,155); }
H1.HeaderClassName
{
color: #AFD99B;
}
.AnyTagClassName
{
color: #AFD99B;
}
</style>
background-color css
<style>
a { background-color: #AFD99B; }
a { background-color: rgb(175,217,155); }
div.DivClassName
{
background-color: #AFD99B;
}
.BgClassName
{
background-color: #AFD99B;
}
</style>
border-color css
<style>
span { border-color: #AFD99B; }
span { border-color: rgb(175,217,155); }
td.TdClassName
{
border-color: #AFD99B;
}
.TagClassName
{
border-color: #AFD99B;
}
</style>