Shades of Madang #AFF297
Tints of Madang #AFF297
RGB
CMYK
RGB Variations
Color information
#AFF297 (or 0xAFF297) is known color: Madang. HEX triplet: AF, F2 and 97. RGB value is (175,242,151). Sum of RGB (Red+Green+Blue) = 175+242+151=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF297 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF297 is #500D68. Grayscale: #D3D3D3. Windows color (decimal): -5246313 or 9958063. OLE color: 9958063.
HSL color Cylindrical-coordinate representation of color #AFF297: hue angle of 104.18º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFF297 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 151 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.05 |
| HSL | 104.18º | 0.78% | 0.77% | - |
| HSV(B) | 104.18º | 0.38% | 0.95% | - |
| XYZ | 55.02 | 74.85 | 40.83 | - |
| YUV | 211.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 151 | 0.28 | 0 | 0.38 | 0.05 | 104.18 | 0.78 | 0.77 |
| Hex | AF | F2 | 97 | 1C | 0 | 26 | 5 | 68 | 4E | 4D |
| Octal | 257 | 362 | 227 | 34 | 0 | 46 | 5 | 150 | 116 | 115 |
| Binary | 10101111 | 11110010 | 10010111 | 11100 | 0 | 100110 | 101 | 1101000 | 1001110 | 1001101 |
Color Harmonies of #AFF297
Complementary color
Monochromatic Colors of #AFF297
Black with #AFF297
Text Example
Text Example
White with #AFF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF297; }
p { color: rgb(175,242,151); }
H1.HeaderClassName
{
color: #AFF297;
}
.AnyTagClassName
{
color: #AFF297;
}
</style>
background-color css
<style>
a { background-color: #AFF297; }
a { background-color: rgb(175,242,151); }
div.DivClassName
{
background-color: #AFF297;
}
.BgClassName
{
background-color: #AFF297;
}
</style>
border-color css
<style>
span { border-color: #AFF297; }
span { border-color: rgb(175,242,151); }
td.TdClassName
{
border-color: #AFF297;
}
.TagClassName
{
border-color: #AFF297;
}
</style>