Shades of Madang #C2F2AC
Tints of Madang #C2F2AC
RGB
CMYK
RGB Variations
Color information
#C2F2AC (or 0xC2F2AC) is known color: Madang. HEX triplet: C2, F2 and AC. RGB value is (194,242,172). Sum of RGB (Red+Green+Blue) = 194+242+172=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F2AC is #3D0D53. Grayscale: #DBDBDB. Windows color (decimal): -4001108 or 11334338. OLE color: 11334338.
HSL color Cylindrical-coordinate representation of color #C2F2AC: hue angle of 101.14º 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 #C2F2AC is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 172 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.05 |
| HSL | 101.14º | 0.73% | 0.81% | - |
| HSV(B) | 101.14º | 0.29% | 0.95% | - |
| XYZ | 61.45 | 77.95 | 50.84 | - |
| YUV | 219.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 172 | 0.20 | 0 | 0.29 | 0.05 | 101.14 | 0.73 | 0.81 |
| Hex | C2 | F2 | AC | 14 | 0 | 1D | 5 | 65 | 49 | 51 |
| Octal | 302 | 362 | 254 | 24 | 0 | 35 | 5 | 145 | 111 | 121 |
| Binary | 11000010 | 11110010 | 10101100 | 10100 | 0 | 11101 | 101 | 1100101 | 1001001 | 1010001 |
Color Harmonies of #C2F2AC
Complementary color
Monochromatic Colors of #C2F2AC
Black with #C2F2AC
Text Example
Text Example
White with #C2F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F2AC; }
p { color: rgb(194,242,172); }
H1.HeaderClassName
{
color: #C2F2AC;
}
.AnyTagClassName
{
color: #C2F2AC;
}
</style>
background-color css
<style>
a { background-color: #C2F2AC; }
a { background-color: rgb(194,242,172); }
div.DivClassName
{
background-color: #C2F2AC;
}
.BgClassName
{
background-color: #C2F2AC;
}
</style>
border-color css
<style>
span { border-color: #C2F2AC; }
span { border-color: rgb(194,242,172); }
td.TdClassName
{
border-color: #C2F2AC;
}
.TagClassName
{
border-color: #C2F2AC;
}
</style>