Shades of Madang #C5FAA8
Tints of Madang #C5FAA8
RGB
CMYK
RGB Variations
Color information
#C5FAA8 (or 0xC5FAA8) is known color: Madang. HEX triplet: C5, FA and A8. RGB value is (197,250,168). Sum of RGB (Red+Green+Blue) = 197+250+168=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAA8 is #3A0557. Grayscale: #E1E1E1. Windows color (decimal): -3802456 or 11074245. OLE color: 11074245.
HSL color Cylindrical-coordinate representation of color #C5FAA8: hue angle of 98.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5FAA8 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 168 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.02 |
| HSL | 98.78º | 0.89% | 0.82% | - |
| HSV(B) | 98.78º | 0.33% | 0.98% | - |
| XYZ | 64.28 | 83.07 | 49.69 | - |
| YUV | 224.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 168 | 0.21 | 0 | 0.33 | 0.02 | 98.78 | 0.89 | 0.82 |
| Hex | C5 | FA | A8 | 15 | 0 | 21 | 2 | 63 | 59 | 52 |
| Octal | 305 | 372 | 250 | 25 | 0 | 41 | 2 | 143 | 131 | 122 |
| Binary | 11000101 | 11111010 | 10101000 | 10101 | 0 | 100001 | 10 | 1100011 | 1011001 | 1010010 |
Color Harmonies of #C5FAA8
Complementary color
Monochromatic Colors of #C5FAA8
Black with #C5FAA8
Text Example
Text Example
White with #C5FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAA8; }
p { color: rgb(197,250,168); }
H1.HeaderClassName
{
color: #C5FAA8;
}
.AnyTagClassName
{
color: #C5FAA8;
}
</style>
background-color css
<style>
a { background-color: #C5FAA8; }
a { background-color: rgb(197,250,168); }
div.DivClassName
{
background-color: #C5FAA8;
}
.BgClassName
{
background-color: #C5FAA8;
}
</style>
border-color css
<style>
span { border-color: #C5FAA8; }
span { border-color: rgb(197,250,168); }
td.TdClassName
{
border-color: #C5FAA8;
}
.TagClassName
{
border-color: #C5FAA8;
}
</style>