Shades of Madang #C2FFA8
Tints of Madang #C2FFA8
RGB
CMYK
RGB Variations
Color information
#C2FFA8 (or 0xC2FFA8) is known color: Madang. HEX triplet: C2, FF and A8. RGB value is (194,255,168). Sum of RGB (Red+Green+Blue) = 194+255+168=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFA8 is #3D0057. Grayscale: #E3E3E3. Windows color (decimal): -3997784 or 11075522. OLE color: 11075522.
HSL color Cylindrical-coordinate representation of color #C2FFA8: hue angle of 102.07º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2FFA8 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 168 | - |
| CMYK | 0.24 | 0 | 0.34 | 0 |
| HSL | 102.07º | 1% | 0.83% | - |
| HSV(B) | 102.07º | 0.34% | 1% | - |
| XYZ | 65.08 | 85.82 | 50.18 | - |
| YUV | 226.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 168 | 0.24 | 0 | 0.34 | 0 | 102.07 | 1 | 0.83 |
| Hex | C2 | FF | A8 | 18 | 0 | 22 | 0 | 66 | 64 | 53 |
| Octal | 302 | 377 | 250 | 30 | 0 | 42 | 0 | 146 | 144 | 123 |
| Binary | 11000010 | 11111111 | 10101000 | 11000 | 0 | 100010 | 0 | 1100110 | 1100100 | 1010011 |
Color Harmonies of #C2FFA8
Complementary color
Monochromatic Colors of #C2FFA8
Black with #C2FFA8
Text Example
Text Example
White with #C2FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFA8; }
p { color: rgb(194,255,168); }
H1.HeaderClassName
{
color: #C2FFA8;
}
.AnyTagClassName
{
color: #C2FFA8;
}
</style>
background-color css
<style>
a { background-color: #C2FFA8; }
a { background-color: rgb(194,255,168); }
div.DivClassName
{
background-color: #C2FFA8;
}
.BgClassName
{
background-color: #C2FFA8;
}
</style>
border-color css
<style>
span { border-color: #C2FFA8; }
span { border-color: rgb(194,255,168); }
td.TdClassName
{
border-color: #C2FFA8;
}
.TagClassName
{
border-color: #C2FFA8;
}
</style>