Shades of Madang #AFE997
Tints of Madang #AFE997
RGB
CMYK
RGB Variations
Color information
#AFE997 (or 0xAFE997) is known color: Madang. HEX triplet: AF, E9 and 97. RGB value is (175,233,151). Sum of RGB (Red+Green+Blue) = 175+233+151=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE997 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE997 is #501668. Grayscale: #CECECE. Windows color (decimal): -5248617 or 9955759. OLE color: 9955759.
HSL color Cylindrical-coordinate representation of color #AFE997: hue angle of 102.44º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE997 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 151 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.09 |
| HSL | 102.44º | 0.65% | 0.75% | - |
| HSV(B) | 102.44º | 0.35% | 0.91% | - |
| XYZ | 52.4 | 69.63 | 39.96 | - |
| YUV | 206.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 151 | 0.25 | 0 | 0.35 | 0.09 | 102.44 | 0.65 | 0.75 |
| Hex | AF | E9 | 97 | 19 | 0 | 23 | 9 | 66 | 41 | 4B |
| Octal | 257 | 351 | 227 | 31 | 0 | 43 | 11 | 146 | 101 | 113 |
| Binary | 10101111 | 11101001 | 10010111 | 11001 | 0 | 100011 | 1001 | 1100110 | 1000001 | 1001011 |
Color Harmonies of #AFE997
Complementary color
Monochromatic Colors of #AFE997
Black with #AFE997
Text Example
Text Example
White with #AFE997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE997; }
p { color: rgb(175,233,151); }
H1.HeaderClassName
{
color: #AFE997;
}
.AnyTagClassName
{
color: #AFE997;
}
</style>
background-color css
<style>
a { background-color: #AFE997; }
a { background-color: rgb(175,233,151); }
div.DivClassName
{
background-color: #AFE997;
}
.BgClassName
{
background-color: #AFE997;
}
</style>
border-color css
<style>
span { border-color: #AFE997; }
span { border-color: rgb(175,233,151); }
td.TdClassName
{
border-color: #AFE997;
}
.TagClassName
{
border-color: #AFE997;
}
</style>