Shades of Madang #AFDD97
Tints of Madang #AFDD97
RGB
CMYK
RGB Variations
Color information
#AFDD97 (or 0xAFDD97) is known color: Madang. HEX triplet: AF, DD and 97. RGB value is (175,221,151). Sum of RGB (Red+Green+Blue) = 175+221+151=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD97 is #502268. Grayscale: #C7C7C7. Windows color (decimal): -5251689 or 9952687. OLE color: 9952687.
HSL color Cylindrical-coordinate representation of color #AFDD97: hue angle of 99.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDD97 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 151 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.13 |
| HSL | 99.43º | 0.51% | 0.73% | - |
| HSV(B) | 99.43º | 0.32% | 0.87% | - |
| XYZ | 49.12 | 63.06 | 38.86 | - |
| YUV | 199.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 151 | 0.21 | 0 | 0.32 | 0.13 | 99.43 | 0.51 | 0.73 |
| Hex | AF | DD | 97 | 15 | 0 | 20 | D | 63 | 33 | 49 |
| Octal | 257 | 335 | 227 | 25 | 0 | 40 | 15 | 143 | 63 | 111 |
| Binary | 10101111 | 11011101 | 10010111 | 10101 | 0 | 100000 | 1101 | 1100011 | 110011 | 1001001 |
Color Harmonies of #AFDD97
Complementary color
Monochromatic Colors of #AFDD97
Black with #AFDD97
Text Example
Text Example
White with #AFDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD97; }
p { color: rgb(175,221,151); }
H1.HeaderClassName
{
color: #AFDD97;
}
.AnyTagClassName
{
color: #AFDD97;
}
</style>
background-color css
<style>
a { background-color: #AFDD97; }
a { background-color: rgb(175,221,151); }
div.DivClassName
{
background-color: #AFDD97;
}
.BgClassName
{
background-color: #AFDD97;
}
</style>
border-color css
<style>
span { border-color: #AFDD97; }
span { border-color: rgb(175,221,151); }
td.TdClassName
{
border-color: #AFDD97;
}
.TagClassName
{
border-color: #AFDD97;
}
</style>