Shades of Madang #AFE49B
Tints of Madang #AFE49B
RGB
CMYK
RGB Variations
Color information
#AFE49B (or 0xAFE49B) is known color: Madang. HEX triplet: AF, E4 and 9B. RGB value is (175,228,155). Sum of RGB (Red+Green+Blue) = 175+228+155=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE49B is #501B64. Grayscale: #CCCCCC. Windows color (decimal): -5249893 or 10216623. OLE color: 10216623.
HSL color Cylindrical-coordinate representation of color #AFE49B: hue angle of 103.56º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFE49B is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 155 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.11 |
| HSL | 103.56º | 0.57% | 0.75% | - |
| HSV(B) | 103.56º | 0.32% | 0.89% | - |
| XYZ | 51.34 | 66.97 | 41.23 | - |
| YUV | 203.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 155 | 0.23 | 0 | 0.32 | 0.11 | 103.56 | 0.57 | 0.75 |
| Hex | AF | E4 | 9B | 17 | 0 | 20 | B | 68 | 39 | 4B |
| Octal | 257 | 344 | 233 | 27 | 0 | 40 | 13 | 150 | 71 | 113 |
| Binary | 10101111 | 11100100 | 10011011 | 10111 | 0 | 100000 | 1011 | 1101000 | 111001 | 1001011 |
Color Harmonies of #AFE49B
Complementary color
Monochromatic Colors of #AFE49B
Black with #AFE49B
Text Example
Text Example
White with #AFE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE49B; }
p { color: rgb(175,228,155); }
H1.HeaderClassName
{
color: #AFE49B;
}
.AnyTagClassName
{
color: #AFE49B;
}
</style>
background-color css
<style>
a { background-color: #AFE49B; }
a { background-color: rgb(175,228,155); }
div.DivClassName
{
background-color: #AFE49B;
}
.BgClassName
{
background-color: #AFE49B;
}
</style>
border-color css
<style>
span { border-color: #AFE49B; }
span { border-color: rgb(175,228,155); }
td.TdClassName
{
border-color: #AFE49B;
}
.TagClassName
{
border-color: #AFE49B;
}
</style>