Shades of Madang #C0FEA1
Tints of Madang #C0FEA1
RGB
CMYK
RGB Variations
Color information
#C0FEA1 (or 0xC0FEA1) is known color: Madang. HEX triplet: C0, FE and A1. RGB value is (192,254,161). Sum of RGB (Red+Green+Blue) = 192+254+161=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FEA1 is #3F015E. Grayscale: #E1E1E1. Windows color (decimal): -4129119 or 10616512. OLE color: 10616512.
HSL color Cylindrical-coordinate representation of color #C0FEA1: hue angle of 100º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0FEA1 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 161 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.00 |
| HSL | 100º | 0.98% | 0.81% | - |
| HSV(B) | 100º | 0.37% | 1% | - |
| XYZ | 63.61 | 84.66 | 46.71 | - |
| YUV | 224.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 161 | 0.24 | 0 | 0.37 | 0.00 | 100 | 0.98 | 0.81 |
| Hex | C0 | FE | A1 | 18 | 0 | 25 | 0 | 64 | 62 | 51 |
| Octal | 300 | 376 | 241 | 30 | 0 | 45 | 0 | 144 | 142 | 121 |
| Binary | 11000000 | 11111110 | 10100001 | 11000 | 0 | 100101 | 0 | 1100100 | 1100010 | 1010001 |
Color Harmonies of #C0FEA1
Complementary color
Monochromatic Colors of #C0FEA1
Black with #C0FEA1
Text Example
Text Example
White with #C0FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEA1; }
p { color: rgb(192,254,161); }
H1.HeaderClassName
{
color: #C0FEA1;
}
.AnyTagClassName
{
color: #C0FEA1;
}
</style>
background-color css
<style>
a { background-color: #C0FEA1; }
a { background-color: rgb(192,254,161); }
div.DivClassName
{
background-color: #C0FEA1;
}
.BgClassName
{
background-color: #C0FEA1;
}
</style>
border-color css
<style>
span { border-color: #C0FEA1; }
span { border-color: rgb(192,254,161); }
td.TdClassName
{
border-color: #C0FEA1;
}
.TagClassName
{
border-color: #C0FEA1;
}
</style>