Shades of Madang #C0EDB4
Tints of Madang #C0EDB4
RGB
CMYK
RGB Variations
Color information
#C0EDB4 (or 0xC0EDB4) is known color: Madang. HEX triplet: C0, ED and B4. RGB value is (192,237,180). Sum of RGB (Red+Green+Blue) = 192+237+180=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDB4 is #3F124B. Grayscale: #D9D9D9. Windows color (decimal): -4133452 or 11857344. OLE color: 11857344.
HSL color Cylindrical-coordinate representation of color #C0EDB4: hue angle of 107.37º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EDB4 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 180 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.07 |
| HSL | 107.37º | 0.61% | 0.82% | - |
| HSV(B) | 107.37º | 0.24% | 0.93% | - |
| XYZ | 60.26 | 75.07 | 54.49 | - |
| YUV | 217.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 180 | 0.19 | 0 | 0.24 | 0.07 | 107.37 | 0.61 | 0.82 |
| Hex | C0 | ED | B4 | 13 | 0 | 18 | 7 | 6B | 3D | 52 |
| Octal | 300 | 355 | 264 | 23 | 0 | 30 | 7 | 153 | 75 | 122 |
| Binary | 11000000 | 11101101 | 10110100 | 10011 | 0 | 11000 | 111 | 1101011 | 111101 | 1010010 |
Color Harmonies of #C0EDB4
Complementary color
Monochromatic Colors of #C0EDB4
Black with #C0EDB4
Text Example
Text Example
White with #C0EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDB4; }
p { color: rgb(192,237,180); }
H1.HeaderClassName
{
color: #C0EDB4;
}
.AnyTagClassName
{
color: #C0EDB4;
}
</style>
background-color css
<style>
a { background-color: #C0EDB4; }
a { background-color: rgb(192,237,180); }
div.DivClassName
{
background-color: #C0EDB4;
}
.BgClassName
{
background-color: #C0EDB4;
}
</style>
border-color css
<style>
span { border-color: #C0EDB4; }
span { border-color: rgb(192,237,180); }
td.TdClassName
{
border-color: #C0EDB4;
}
.TagClassName
{
border-color: #C0EDB4;
}
</style>