Shades of Madang #AFDD99
Tints of Madang #AFDD99
RGB
CMYK
RGB Variations
Color information
#AFDD99 (or 0xAFDD99) is known color: Madang. HEX triplet: AF, DD and 99. RGB value is (175,221,153). Sum of RGB (Red+Green+Blue) = 175+221+153=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD99 is #502266. Grayscale: #C7C7C7. Windows color (decimal): -5251687 or 10083759. OLE color: 10083759.
HSL color Cylindrical-coordinate representation of color #AFDD99: hue angle of 100.59º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDD99 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 153 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.13 |
| HSL | 100.59º | 0.5% | 0.73% | - |
| HSV(B) | 100.59º | 0.31% | 0.87% | - |
| XYZ | 49.29 | 63.13 | 39.72 | - |
| YUV | 199.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 153 | 0.21 | 0 | 0.31 | 0.13 | 100.59 | 0.5 | 0.73 |
| Hex | AF | DD | 99 | 15 | 0 | 1F | D | 65 | 32 | 49 |
| Octal | 257 | 335 | 231 | 25 | 0 | 37 | 15 | 145 | 62 | 111 |
| Binary | 10101111 | 11011101 | 10011001 | 10101 | 0 | 11111 | 1101 | 1100101 | 110010 | 1001001 |
Color Harmonies of #AFDD99
Complementary color
Monochromatic Colors of #AFDD99
Black with #AFDD99
Text Example
Text Example
White with #AFDD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD99; }
p { color: rgb(175,221,153); }
H1.HeaderClassName
{
color: #AFDD99;
}
.AnyTagClassName
{
color: #AFDD99;
}
</style>
background-color css
<style>
a { background-color: #AFDD99; }
a { background-color: rgb(175,221,153); }
div.DivClassName
{
background-color: #AFDD99;
}
.BgClassName
{
background-color: #AFDD99;
}
</style>
border-color css
<style>
span { border-color: #AFDD99; }
span { border-color: rgb(175,221,153); }
td.TdClassName
{
border-color: #AFDD99;
}
.TagClassName
{
border-color: #AFDD99;
}
</style>