Shades of Madang #C5F2AC
Tints of Madang #C5F2AC
RGB
CMYK
RGB Variations
Color information
#C5F2AC (or 0xC5F2AC) is known color: Madang. HEX triplet: C5, F2 and AC. RGB value is (197,242,172). Sum of RGB (Red+Green+Blue) = 197+242+172=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F2AC is #3A0D53. Grayscale: #DCDCDC. Windows color (decimal): -3804500 or 11334341. OLE color: 11334341.
HSL color Cylindrical-coordinate representation of color #C5F2AC: hue angle of 98.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5F2AC is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 172 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.05 |
| HSL | 98.57º | 0.73% | 0.81% | - |
| HSV(B) | 98.57º | 0.29% | 0.95% | - |
| XYZ | 62.22 | 78.35 | 50.87 | - |
| YUV | 220.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 172 | 0.19 | 0 | 0.29 | 0.05 | 98.57 | 0.73 | 0.81 |
| Hex | C5 | F2 | AC | 13 | 0 | 1D | 5 | 63 | 49 | 51 |
| Octal | 305 | 362 | 254 | 23 | 0 | 35 | 5 | 143 | 111 | 121 |
| Binary | 11000101 | 11110010 | 10101100 | 10011 | 0 | 11101 | 101 | 1100011 | 1001001 | 1010001 |
Color Harmonies of #C5F2AC
Complementary color
Monochromatic Colors of #C5F2AC
Black with #C5F2AC
Text Example
Text Example
White with #C5F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F2AC; }
p { color: rgb(197,242,172); }
H1.HeaderClassName
{
color: #C5F2AC;
}
.AnyTagClassName
{
color: #C5F2AC;
}
</style>
background-color css
<style>
a { background-color: #C5F2AC; }
a { background-color: rgb(197,242,172); }
div.DivClassName
{
background-color: #C5F2AC;
}
.BgClassName
{
background-color: #C5F2AC;
}
</style>
border-color css
<style>
span { border-color: #C5F2AC; }
span { border-color: rgb(197,242,172); }
td.TdClassName
{
border-color: #C5F2AC;
}
.TagClassName
{
border-color: #C5F2AC;
}
</style>