Shades of Madang #AFDDA5
Tints of Madang #AFDDA5
RGB
CMYK
RGB Variations
Color information
#AFDDA5 (or 0xAFDDA5) is known color: Madang. HEX triplet: AF, DD and A5. RGB value is (175,221,165). Sum of RGB (Red+Green+Blue) = 175+221+165=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDA5 is #50225A. Grayscale: #C9C9C9. Windows color (decimal): -5251675 or 10870191. OLE color: 10870191.
HSL color Cylindrical-coordinate representation of color #AFDDA5: hue angle of 109.29º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDDA5 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 165 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.13 |
| HSL | 109.29º | 0.45% | 0.76% | - |
| HSV(B) | 109.29º | 0.25% | 0.87% | - |
| XYZ | 50.33 | 63.54 | 45.21 | - |
| YUV | 200.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 165 | 0.21 | 0 | 0.25 | 0.13 | 109.29 | 0.45 | 0.76 |
| Hex | AF | DD | A5 | 15 | 0 | 19 | D | 6D | 2D | 4C |
| Octal | 257 | 335 | 245 | 25 | 0 | 31 | 15 | 155 | 55 | 114 |
| Binary | 10101111 | 11011101 | 10100101 | 10101 | 0 | 11001 | 1101 | 1101101 | 101101 | 1001100 |
Color Harmonies of #AFDDA5
Complementary color
Monochromatic Colors of #AFDDA5
Black with #AFDDA5
Text Example
Text Example
White with #AFDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDA5; }
p { color: rgb(175,221,165); }
H1.HeaderClassName
{
color: #AFDDA5;
}
.AnyTagClassName
{
color: #AFDDA5;
}
</style>
background-color css
<style>
a { background-color: #AFDDA5; }
a { background-color: rgb(175,221,165); }
div.DivClassName
{
background-color: #AFDDA5;
}
.BgClassName
{
background-color: #AFDDA5;
}
</style>
border-color css
<style>
span { border-color: #AFDDA5; }
span { border-color: rgb(175,221,165); }
td.TdClassName
{
border-color: #AFDDA5;
}
.TagClassName
{
border-color: #AFDDA5;
}
</style>