Shades of Madang #C0FCA0
Tints of Madang #C0FCA0
RGB
CMYK
RGB Variations
Color information
#C0FCA0 (or 0xC0FCA0) is known color: Madang. HEX triplet: C0, FC and A0. RGB value is (192,252,160). Sum of RGB (Red+Green+Blue) = 192+252+160=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FCA0 is #3F035F. Grayscale: #DFDFDF. Windows color (decimal): -4129632 or 10550464. OLE color: 10550464.
HSL color Cylindrical-coordinate representation of color #C0FCA0: hue angle of 99.13º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0FCA0 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 160 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.01 |
| HSL | 99.13º | 0.94% | 0.81% | - |
| HSV(B) | 99.13º | 0.37% | 0.99% | - |
| XYZ | 62.89 | 83.37 | 46.03 | - |
| YUV | 223.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 160 | 0.24 | 0 | 0.37 | 0.01 | 99.13 | 0.94 | 0.81 |
| Hex | C0 | FC | A0 | 18 | 0 | 25 | 1 | 63 | 5E | 51 |
| Octal | 300 | 374 | 240 | 30 | 0 | 45 | 1 | 143 | 136 | 121 |
| Binary | 11000000 | 11111100 | 10100000 | 11000 | 0 | 100101 | 1 | 1100011 | 1011110 | 1010001 |
Color Harmonies of #C0FCA0
Complementary color
Monochromatic Colors of #C0FCA0
Black with #C0FCA0
Text Example
Text Example
White with #C0FCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCA0; }
p { color: rgb(192,252,160); }
H1.HeaderClassName
{
color: #C0FCA0;
}
.AnyTagClassName
{
color: #C0FCA0;
}
</style>
background-color css
<style>
a { background-color: #C0FCA0; }
a { background-color: rgb(192,252,160); }
div.DivClassName
{
background-color: #C0FCA0;
}
.BgClassName
{
background-color: #C0FCA0;
}
</style>
border-color css
<style>
span { border-color: #C0FCA0; }
span { border-color: rgb(192,252,160); }
td.TdClassName
{
border-color: #C0FCA0;
}
.TagClassName
{
border-color: #C0FCA0;
}
</style>