Shades of Madang #C0FF9F
Tints of Madang #C0FF9F
RGB
CMYK
RGB Variations
Color information
#C0FF9F (or 0xC0FF9F) is known color: Madang. HEX triplet: C0, FF and 9F. RGB value is (192,255,159). Sum of RGB (Red+Green+Blue) = 192+255+159=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF9F is #3F0060. Grayscale: #E1E1E1. Windows color (decimal): -4128865 or 10485696. OLE color: 10485696.
HSL color Cylindrical-coordinate representation of color #C0FF9F: hue angle of 99.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0FF9F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 159 | - |
| CMYK | 0.25 | 0 | 0.38 | 0 |
| HSL | 99.38º | 1% | 0.81% | - |
| HSV(B) | 99.38º | 0.38% | 1% | - |
| XYZ | 63.76 | 85.23 | 45.89 | - |
| YUV | 225.22 | 90.63 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 159 | 0.25 | 0 | 0.38 | 0 | 99.38 | 1 | 0.81 |
| Hex | C0 | FF | 9F | 19 | 0 | 26 | 0 | 63 | 64 | 51 |
| Octal | 300 | 377 | 237 | 31 | 0 | 46 | 0 | 143 | 144 | 121 |
| Binary | 11000000 | 11111111 | 10011111 | 11001 | 0 | 100110 | 0 | 1100011 | 1100100 | 1010001 |
Color Harmonies of #C0FF9F
Complementary color
Monochromatic Colors of #C0FF9F
Black with #C0FF9F
Text Example
Text Example
White with #C0FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF9F; }
p { color: rgb(192,255,159); }
H1.HeaderClassName
{
color: #C0FF9F;
}
.AnyTagClassName
{
color: #C0FF9F;
}
</style>
background-color css
<style>
a { background-color: #C0FF9F; }
a { background-color: rgb(192,255,159); }
div.DivClassName
{
background-color: #C0FF9F;
}
.BgClassName
{
background-color: #C0FF9F;
}
</style>
border-color css
<style>
span { border-color: #C0FF9F; }
span { border-color: rgb(192,255,159); }
td.TdClassName
{
border-color: #C0FF9F;
}
.TagClassName
{
border-color: #C0FF9F;
}
</style>