Shades of Madang #C2F4AF
Tints of Madang #C2F4AF
RGB
CMYK
RGB Variations
Color information
#C2F4AF (or 0xC2F4AF) is known color: Madang. HEX triplet: C2, F4 and AF. RGB value is (194,244,175). Sum of RGB (Red+Green+Blue) = 194+244+175=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F4AF is #3D0B50. Grayscale: #DDDDDD. Windows color (decimal): -4000593 or 11531458. OLE color: 11531458.
HSL color Cylindrical-coordinate representation of color #C2F4AF: hue angle of 103.48º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2F4AF is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 175 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.04 |
| HSL | 103.48º | 0.76% | 0.82% | - |
| HSV(B) | 103.48º | 0.28% | 0.96% | - |
| XYZ | 62.34 | 79.27 | 52.57 | - |
| YUV | 221.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 175 | 0.20 | 0 | 0.28 | 0.04 | 103.48 | 0.76 | 0.82 |
| Hex | C2 | F4 | AF | 14 | 0 | 1C | 4 | 67 | 4C | 52 |
| Octal | 302 | 364 | 257 | 24 | 0 | 34 | 4 | 147 | 114 | 122 |
| Binary | 11000010 | 11110100 | 10101111 | 10100 | 0 | 11100 | 100 | 1100111 | 1001100 | 1010010 |
Color Harmonies of #C2F4AF
Complementary color
Monochromatic Colors of #C2F4AF
Black with #C2F4AF
Text Example
Text Example
White with #C2F4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4AF; }
p { color: rgb(194,244,175); }
H1.HeaderClassName
{
color: #C2F4AF;
}
.AnyTagClassName
{
color: #C2F4AF;
}
</style>
background-color css
<style>
a { background-color: #C2F4AF; }
a { background-color: rgb(194,244,175); }
div.DivClassName
{
background-color: #C2F4AF;
}
.BgClassName
{
background-color: #C2F4AF;
}
</style>
border-color css
<style>
span { border-color: #C2F4AF; }
span { border-color: rgb(194,244,175); }
td.TdClassName
{
border-color: #C2F4AF;
}
.TagClassName
{
border-color: #C2F4AF;
}
</style>