Shades of Madang #AFDF98
Tints of Madang #AFDF98
RGB
CMYK
RGB Variations
Color information
#AFDF98 (or 0xAFDF98) is known color: Madang. HEX triplet: AF, DF and 98. RGB value is (175,223,152). Sum of RGB (Red+Green+Blue) = 175+223+152=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF98 is #502067. Grayscale: #C8C8C8. Windows color (decimal): -5251176 or 10018735. OLE color: 10018735.
HSL color Cylindrical-coordinate representation of color #AFDF98: hue angle of 100.56º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDF98 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 152 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.13 |
| HSL | 100.56º | 0.53% | 0.74% | - |
| HSV(B) | 100.56º | 0.32% | 0.87% | - |
| XYZ | 49.73 | 64.16 | 39.47 | - |
| YUV | 200.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 152 | 0.22 | 0 | 0.32 | 0.13 | 100.56 | 0.53 | 0.74 |
| Hex | AF | DF | 98 | 16 | 0 | 20 | D | 65 | 35 | 4A |
| Octal | 257 | 337 | 230 | 26 | 0 | 40 | 15 | 145 | 65 | 112 |
| Binary | 10101111 | 11011111 | 10011000 | 10110 | 0 | 100000 | 1101 | 1100101 | 110101 | 1001010 |
Color Harmonies of #AFDF98
Complementary color
Monochromatic Colors of #AFDF98
Black with #AFDF98
Text Example
Text Example
White with #AFDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF98; }
p { color: rgb(175,223,152); }
H1.HeaderClassName
{
color: #AFDF98;
}
.AnyTagClassName
{
color: #AFDF98;
}
</style>
background-color css
<style>
a { background-color: #AFDF98; }
a { background-color: rgb(175,223,152); }
div.DivClassName
{
background-color: #AFDF98;
}
.BgClassName
{
background-color: #AFDF98;
}
</style>
border-color css
<style>
span { border-color: #AFDF98; }
span { border-color: rgb(175,223,152); }
td.TdClassName
{
border-color: #AFDF98;
}
.TagClassName
{
border-color: #AFDF98;
}
</style>