Shades of Madang #C0F2AD
Tints of Madang #C0F2AD
RGB
CMYK
RGB Variations
Color information
#C0F2AD (or 0xC0F2AD) is known color: Madang. HEX triplet: C0, F2 and AD. RGB value is (192,242,173). Sum of RGB (Red+Green+Blue) = 192+242+173=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F2AD is #3F0D52. Grayscale: #DBDBDB. Windows color (decimal): -4132179 or 11399872. OLE color: 11399872.
HSL color Cylindrical-coordinate representation of color #C0F2AD: hue angle of 103.48º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0F2AD is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 173 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.05 |
| HSL | 103.48º | 0.73% | 0.81% | - |
| HSV(B) | 103.48º | 0.29% | 0.95% | - |
| XYZ | 61.03 | 77.73 | 51.32 | - |
| YUV | 219.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 173 | 0.21 | 0 | 0.29 | 0.05 | 103.48 | 0.73 | 0.81 |
| Hex | C0 | F2 | AD | 15 | 0 | 1D | 5 | 67 | 49 | 51 |
| Octal | 300 | 362 | 255 | 25 | 0 | 35 | 5 | 147 | 111 | 121 |
| Binary | 11000000 | 11110010 | 10101101 | 10101 | 0 | 11101 | 101 | 1100111 | 1001001 | 1010001 |
Color Harmonies of #C0F2AD
Complementary color
Monochromatic Colors of #C0F2AD
Black with #C0F2AD
Text Example
Text Example
White with #C0F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2AD; }
p { color: rgb(192,242,173); }
H1.HeaderClassName
{
color: #C0F2AD;
}
.AnyTagClassName
{
color: #C0F2AD;
}
</style>
background-color css
<style>
a { background-color: #C0F2AD; }
a { background-color: rgb(192,242,173); }
div.DivClassName
{
background-color: #C0F2AD;
}
.BgClassName
{
background-color: #C0F2AD;
}
</style>
border-color css
<style>
span { border-color: #C0F2AD; }
span { border-color: rgb(192,242,173); }
td.TdClassName
{
border-color: #C0F2AD;
}
.TagClassName
{
border-color: #C0F2AD;
}
</style>