Shades of Madang #C4EDB0
Tints of Madang #C4EDB0
RGB
CMYK
RGB Variations
Color information
#C4EDB0 (or 0xC4EDB0) is known color: Madang. HEX triplet: C4, ED and B0. RGB value is (196,237,176). Sum of RGB (Red+Green+Blue) = 196+237+176=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EDB0 is #3B124F. Grayscale: #D9D9D9. Windows color (decimal): -3871312 or 11595204. OLE color: 11595204.
HSL color Cylindrical-coordinate representation of color #C4EDB0: hue angle of 100.33º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4EDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 176 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.07 |
| HSL | 100.33º | 0.63% | 0.81% | - |
| HSV(B) | 100.33º | 0.26% | 0.93% | - |
| XYZ | 60.89 | 75.44 | 52.43 | - |
| YUV | 217.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 176 | 0.17 | 0 | 0.26 | 0.07 | 100.33 | 0.63 | 0.81 |
| Hex | C4 | ED | B0 | 11 | 0 | 1A | 7 | 64 | 3F | 51 |
| Octal | 304 | 355 | 260 | 21 | 0 | 32 | 7 | 144 | 77 | 121 |
| Binary | 11000100 | 11101101 | 10110000 | 10001 | 0 | 11010 | 111 | 1100100 | 111111 | 1010001 |
Color Harmonies of #C4EDB0
Complementary color
Monochromatic Colors of #C4EDB0
Black with #C4EDB0
Text Example
Text Example
White with #C4EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDB0; }
p { color: rgb(196,237,176); }
H1.HeaderClassName
{
color: #C4EDB0;
}
.AnyTagClassName
{
color: #C4EDB0;
}
</style>
background-color css
<style>
a { background-color: #C4EDB0; }
a { background-color: rgb(196,237,176); }
div.DivClassName
{
background-color: #C4EDB0;
}
.BgClassName
{
background-color: #C4EDB0;
}
</style>
border-color css
<style>
span { border-color: #C4EDB0; }
span { border-color: rgb(196,237,176); }
td.TdClassName
{
border-color: #C4EDB0;
}
.TagClassName
{
border-color: #C4EDB0;
}
</style>