Shades of Madang #C4EDAF
Tints of Madang #C4EDAF
RGB
CMYK
RGB Variations
Color information
#C4EDAF (or 0xC4EDAF) is known color: Madang. HEX triplet: C4, ED and AF. RGB value is (196,237,175). Sum of RGB (Red+Green+Blue) = 196+237+175=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EDAF is #3B1250. Grayscale: #D9D9D9. Windows color (decimal): -3871313 or 11529668. OLE color: 11529668.
HSL color Cylindrical-coordinate representation of color #C4EDAF: hue angle of 99.68º 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 #C4EDAF is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 175 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.07 |
| HSL | 99.68º | 0.63% | 0.81% | - |
| HSV(B) | 99.68º | 0.26% | 0.93% | - |
| XYZ | 60.79 | 75.4 | 51.91 | - |
| YUV | 217.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 175 | 0.17 | 0 | 0.26 | 0.07 | 99.68 | 0.63 | 0.81 |
| Hex | C4 | ED | AF | 11 | 0 | 1A | 7 | 64 | 3F | 51 |
| Octal | 304 | 355 | 257 | 21 | 0 | 32 | 7 | 144 | 77 | 121 |
| Binary | 11000100 | 11101101 | 10101111 | 10001 | 0 | 11010 | 111 | 1100100 | 111111 | 1010001 |
Color Harmonies of #C4EDAF
Complementary color
Monochromatic Colors of #C4EDAF
Black with #C4EDAF
Text Example
Text Example
White with #C4EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDAF; }
p { color: rgb(196,237,175); }
H1.HeaderClassName
{
color: #C4EDAF;
}
.AnyTagClassName
{
color: #C4EDAF;
}
</style>
background-color css
<style>
a { background-color: #C4EDAF; }
a { background-color: rgb(196,237,175); }
div.DivClassName
{
background-color: #C4EDAF;
}
.BgClassName
{
background-color: #C4EDAF;
}
</style>
border-color css
<style>
span { border-color: #C4EDAF; }
span { border-color: rgb(196,237,175); }
td.TdClassName
{
border-color: #C4EDAF;
}
.TagClassName
{
border-color: #C4EDAF;
}
</style>