Shades of Madang #C0FCA1
Tints of Madang #C0FCA1
RGB
CMYK
RGB Variations
Color information
#C0FCA1 (or 0xC0FCA1) is known color: Madang. HEX triplet: C0, FC and A1. RGB value is (192,252,161). Sum of RGB (Red+Green+Blue) = 192+252+161=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FCA1 is #3F035E. Grayscale: #DFDFDF. Windows color (decimal): -4129631 or 10616000. OLE color: 10616000.
HSL color Cylindrical-coordinate representation of color #C0FCA1: hue angle of 99.56º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0FCA1 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 161 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.01 |
| HSL | 99.56º | 0.94% | 0.81% | - |
| HSV(B) | 99.56º | 0.36% | 0.99% | - |
| XYZ | 62.98 | 83.4 | 46.5 | - |
| YUV | 223.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 161 | 0.24 | 0 | 0.36 | 0.01 | 99.56 | 0.94 | 0.81 |
| Hex | C0 | FC | A1 | 18 | 0 | 24 | 1 | 64 | 5E | 51 |
| Octal | 300 | 374 | 241 | 30 | 0 | 44 | 1 | 144 | 136 | 121 |
| Binary | 11000000 | 11111100 | 10100001 | 11000 | 0 | 100100 | 1 | 1100100 | 1011110 | 1010001 |
Color Harmonies of #C0FCA1
Complementary color
Monochromatic Colors of #C0FCA1
Black with #C0FCA1
Text Example
Text Example
White with #C0FCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCA1; }
p { color: rgb(192,252,161); }
H1.HeaderClassName
{
color: #C0FCA1;
}
.AnyTagClassName
{
color: #C0FCA1;
}
</style>
background-color css
<style>
a { background-color: #C0FCA1; }
a { background-color: rgb(192,252,161); }
div.DivClassName
{
background-color: #C0FCA1;
}
.BgClassName
{
background-color: #C0FCA1;
}
</style>
border-color css
<style>
span { border-color: #C0FCA1; }
span { border-color: rgb(192,252,161); }
td.TdClassName
{
border-color: #C0FCA1;
}
.TagClassName
{
border-color: #C0FCA1;
}
</style>