Shades of Madang #C0E5A5
Tints of Madang #C0E5A5
RGB
CMYK
RGB Variations
Color information
#C0E5A5 (or 0xC0E5A5) is known color: Madang. HEX triplet: C0, E5 and A5. RGB value is (192,229,165). Sum of RGB (Red+Green+Blue) = 192+229+165=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E5A5 is #3F1A5A. Grayscale: #D2D2D2. Windows color (decimal): -4135515 or 10872256. OLE color: 10872256.
HSL color Cylindrical-coordinate representation of color #C0E5A5: hue angle of 94.69º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0E5A5 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 165 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.10 |
| HSL | 94.69º | 0.55% | 0.77% | - |
| HSV(B) | 94.69º | 0.28% | 0.9% | - |
| XYZ | 56.55 | 69.96 | 46.12 | - |
| YUV | 210.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 165 | 0.16 | 0 | 0.28 | 0.10 | 94.69 | 0.55 | 0.77 |
| Hex | C0 | E5 | A5 | 10 | 0 | 1C | A | 5F | 37 | 4D |
| Octal | 300 | 345 | 245 | 20 | 0 | 34 | 12 | 137 | 67 | 115 |
| Binary | 11000000 | 11100101 | 10100101 | 10000 | 0 | 11100 | 1010 | 1011111 | 110111 | 1001101 |
Color Harmonies of #C0E5A5
Complementary color
Monochromatic Colors of #C0E5A5
Black with #C0E5A5
Text Example
Text Example
White with #C0E5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5A5; }
p { color: rgb(192,229,165); }
H1.HeaderClassName
{
color: #C0E5A5;
}
.AnyTagClassName
{
color: #C0E5A5;
}
</style>
background-color css
<style>
a { background-color: #C0E5A5; }
a { background-color: rgb(192,229,165); }
div.DivClassName
{
background-color: #C0E5A5;
}
.BgClassName
{
background-color: #C0E5A5;
}
</style>
border-color css
<style>
span { border-color: #C0E5A5; }
span { border-color: rgb(192,229,165); }
td.TdClassName
{
border-color: #C0E5A5;
}
.TagClassName
{
border-color: #C0E5A5;
}
</style>