Shades of Madang #C0FFAD
Tints of Madang #C0FFAD
RGB
CMYK
RGB Variations
Color information
#C0FFAD (or 0xC0FFAD) is known color: Madang. HEX triplet: C0, FF and AD. RGB value is (192,255,173). Sum of RGB (Red+Green+Blue) = 192+255+173=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFAD is #3F0052. Grayscale: #E3E3E3. Windows color (decimal): -4128851 or 11403200. OLE color: 11403200.
HSL color Cylindrical-coordinate representation of color #C0FFAD: hue angle of 106.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0FFAD is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 173 | - |
| CMYK | 0.25 | 0 | 0.32 | 0 |
| HSL | 106.1º | 1% | 0.84% | - |
| HSV(B) | 106.1º | 0.32% | 1% | - |
| XYZ | 65.04 | 85.74 | 52.66 | - |
| YUV | 226.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 173 | 0.25 | 0 | 0.32 | 0 | 106.1 | 1 | 0.84 |
| Hex | C0 | FF | AD | 19 | 0 | 20 | 0 | 6A | 64 | 54 |
| Octal | 300 | 377 | 255 | 31 | 0 | 40 | 0 | 152 | 144 | 124 |
| Binary | 11000000 | 11111111 | 10101101 | 11001 | 0 | 100000 | 0 | 1101010 | 1100100 | 1010100 |
Color Harmonies of #C0FFAD
Complementary color
Monochromatic Colors of #C0FFAD
Black with #C0FFAD
Text Example
Text Example
White with #C0FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFAD; }
p { color: rgb(192,255,173); }
H1.HeaderClassName
{
color: #C0FFAD;
}
.AnyTagClassName
{
color: #C0FFAD;
}
</style>
background-color css
<style>
a { background-color: #C0FFAD; }
a { background-color: rgb(192,255,173); }
div.DivClassName
{
background-color: #C0FFAD;
}
.BgClassName
{
background-color: #C0FFAD;
}
</style>
border-color css
<style>
span { border-color: #C0FFAD; }
span { border-color: rgb(192,255,173); }
td.TdClassName
{
border-color: #C0FFAD;
}
.TagClassName
{
border-color: #C0FFAD;
}
</style>