Shades of Madang #C0F5AD
Tints of Madang #C0F5AD
RGB
CMYK
RGB Variations
Color information
#C0F5AD (or 0xC0F5AD) is known color: Madang. HEX triplet: C0, F5 and AD. RGB value is (192,245,173). Sum of RGB (Red+Green+Blue) = 192+245+173=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F5AD is #3F0A52. Grayscale: #DDDDDD. Windows color (decimal): -4131411 or 11400640. OLE color: 11400640.
HSL color Cylindrical-coordinate representation of color #C0F5AD: hue angle of 104.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0F5AD is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 173 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.04 |
| HSL | 104.17º | 0.78% | 0.82% | - |
| HSV(B) | 104.17º | 0.29% | 0.96% | - |
| XYZ | 61.93 | 79.53 | 51.62 | - |
| YUV | 220.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 173 | 0.22 | 0 | 0.29 | 0.04 | 104.17 | 0.78 | 0.82 |
| Hex | C0 | F5 | AD | 16 | 0 | 1D | 4 | 68 | 4E | 52 |
| Octal | 300 | 365 | 255 | 26 | 0 | 35 | 4 | 150 | 116 | 122 |
| Binary | 11000000 | 11110101 | 10101101 | 10110 | 0 | 11101 | 100 | 1101000 | 1001110 | 1010010 |
Color Harmonies of #C0F5AD
Complementary color
Monochromatic Colors of #C0F5AD
Black with #C0F5AD
Text Example
Text Example
White with #C0F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5AD; }
p { color: rgb(192,245,173); }
H1.HeaderClassName
{
color: #C0F5AD;
}
.AnyTagClassName
{
color: #C0F5AD;
}
</style>
background-color css
<style>
a { background-color: #C0F5AD; }
a { background-color: rgb(192,245,173); }
div.DivClassName
{
background-color: #C0F5AD;
}
.BgClassName
{
background-color: #C0F5AD;
}
</style>
border-color css
<style>
span { border-color: #C0F5AD; }
span { border-color: rgb(192,245,173); }
td.TdClassName
{
border-color: #C0F5AD;
}
.TagClassName
{
border-color: #C0F5AD;
}
</style>