Shades of Madang #AFF59B
Tints of Madang #AFF59B
RGB
CMYK
RGB Variations
Color information
#AFF59B (or 0xAFF59B) is known color: Madang. HEX triplet: AF, F5 and 9B. RGB value is (175,245,155). Sum of RGB (Red+Green+Blue) = 175+245+155=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF59B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF59B is #500A64. Grayscale: #D6D6D6. Windows color (decimal): -5245541 or 10220975. OLE color: 10220975.
HSL color Cylindrical-coordinate representation of color #AFF59B: hue angle of 106.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFF59B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 155 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.04 |
| HSL | 106.67º | 0.82% | 0.78% | - |
| HSV(B) | 106.67º | 0.37% | 0.96% | - |
| XYZ | 56.25 | 76.79 | 42.87 | - |
| YUV | 213.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 155 | 0.29 | 0 | 0.37 | 0.04 | 106.67 | 0.82 | 0.78 |
| Hex | AF | F5 | 9B | 1D | 0 | 25 | 4 | 6B | 52 | 4E |
| Octal | 257 | 365 | 233 | 35 | 0 | 45 | 4 | 153 | 122 | 116 |
| Binary | 10101111 | 11110101 | 10011011 | 11101 | 0 | 100101 | 100 | 1101011 | 1010010 | 1001110 |
Color Harmonies of #AFF59B
Complementary color
Monochromatic Colors of #AFF59B
Black with #AFF59B
Text Example
Text Example
White with #AFF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF59B; }
p { color: rgb(175,245,155); }
H1.HeaderClassName
{
color: #AFF59B;
}
.AnyTagClassName
{
color: #AFF59B;
}
</style>
background-color css
<style>
a { background-color: #AFF59B; }
a { background-color: rgb(175,245,155); }
div.DivClassName
{
background-color: #AFF59B;
}
.BgClassName
{
background-color: #AFF59B;
}
</style>
border-color css
<style>
span { border-color: #AFF59B; }
span { border-color: rgb(175,245,155); }
td.TdClassName
{
border-color: #AFF59B;
}
.TagClassName
{
border-color: #AFF59B;
}
</style>