Shades of Madang #C0FFA7
Tints of Madang #C0FFA7
RGB
CMYK
RGB Variations
Color information
#C0FFA7 (or 0xC0FFA7) is known color: Madang. HEX triplet: C0, FF and A7. RGB value is (192,255,167). Sum of RGB (Red+Green+Blue) = 192+255+167=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFA7 is #3F0058. Grayscale: #E2E2E2. Windows color (decimal): -4128857 or 11009984. OLE color: 11009984.
HSL color Cylindrical-coordinate representation of color #C0FFA7: hue angle of 102.95º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0FFA7 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 167 | - |
| CMYK | 0.25 | 0 | 0.35 | 0 |
| HSL | 102.95º | 1% | 0.83% | - |
| HSV(B) | 102.95º | 0.35% | 1% | - |
| XYZ | 64.47 | 85.52 | 49.67 | - |
| YUV | 226.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 167 | 0.25 | 0 | 0.35 | 0 | 102.95 | 1 | 0.83 |
| Hex | C0 | FF | A7 | 19 | 0 | 23 | 0 | 67 | 64 | 53 |
| Octal | 300 | 377 | 247 | 31 | 0 | 43 | 0 | 147 | 144 | 123 |
| Binary | 11000000 | 11111111 | 10100111 | 11001 | 0 | 100011 | 0 | 1100111 | 1100100 | 1010011 |
Color Harmonies of #C0FFA7
Complementary color
Monochromatic Colors of #C0FFA7
Black with #C0FFA7
Text Example
Text Example
White with #C0FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFA7; }
p { color: rgb(192,255,167); }
H1.HeaderClassName
{
color: #C0FFA7;
}
.AnyTagClassName
{
color: #C0FFA7;
}
</style>
background-color css
<style>
a { background-color: #C0FFA7; }
a { background-color: rgb(192,255,167); }
div.DivClassName
{
background-color: #C0FFA7;
}
.BgClassName
{
background-color: #C0FFA7;
}
</style>
border-color css
<style>
span { border-color: #C0FFA7; }
span { border-color: rgb(192,255,167); }
td.TdClassName
{
border-color: #C0FFA7;
}
.TagClassName
{
border-color: #C0FFA7;
}
</style>