Shades of Madang #C0F6AD
Tints of Madang #C0F6AD
RGB
CMYK
RGB Variations
Color information
#C0F6AD (or 0xC0F6AD) is known color: Madang. HEX triplet: C0, F6 and AD. RGB value is (192,246,173). Sum of RGB (Red+Green+Blue) = 192+246+173=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F6AD is #3F0952. Grayscale: #DDDDDD. Windows color (decimal): -4131155 or 11400896. OLE color: 11400896.
HSL color Cylindrical-coordinate representation of color #C0F6AD: hue angle of 104.38º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0F6AD is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 173 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.04 |
| HSL | 104.38º | 0.8% | 0.82% | - |
| HSV(B) | 104.38º | 0.3% | 0.96% | - |
| XYZ | 62.24 | 80.14 | 51.72 | - |
| YUV | 221.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 173 | 0.22 | 0 | 0.30 | 0.04 | 104.38 | 0.8 | 0.82 |
| Hex | C0 | F6 | AD | 16 | 0 | 1E | 4 | 68 | 50 | 52 |
| Octal | 300 | 366 | 255 | 26 | 0 | 36 | 4 | 150 | 120 | 122 |
| Binary | 11000000 | 11110110 | 10101101 | 10110 | 0 | 11110 | 100 | 1101000 | 1010000 | 1010010 |
Color Harmonies of #C0F6AD
Complementary color
Monochromatic Colors of #C0F6AD
Black with #C0F6AD
Text Example
Text Example
White with #C0F6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F6AD; }
p { color: rgb(192,246,173); }
H1.HeaderClassName
{
color: #C0F6AD;
}
.AnyTagClassName
{
color: #C0F6AD;
}
</style>
background-color css
<style>
a { background-color: #C0F6AD; }
a { background-color: rgb(192,246,173); }
div.DivClassName
{
background-color: #C0F6AD;
}
.BgClassName
{
background-color: #C0F6AD;
}
</style>
border-color css
<style>
span { border-color: #C0F6AD; }
span { border-color: rgb(192,246,173); }
td.TdClassName
{
border-color: #C0F6AD;
}
.TagClassName
{
border-color: #C0F6AD;
}
</style>