Shades of Madang #C4EDA8
Tints of Madang #C4EDA8
RGB
CMYK
RGB Variations
Color information
#C4EDA8 (or 0xC4EDA8) is known color: Madang. HEX triplet: C4, ED and A8. RGB value is (196,237,168). Sum of RGB (Red+Green+Blue) = 196+237+168=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EDA8 is #3B1257. Grayscale: #D9D9D9. Windows color (decimal): -3871320 or 11070916. OLE color: 11070916.
HSL color Cylindrical-coordinate representation of color #C4EDA8: hue angle of 95.65º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4EDA8 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 237 | 168 | - |
CMYK | 0.17 | 0 | 0.29 | 0.07 |
HSL | 95.65º | 0.66% | 0.79% | - |
HSV(B) | 95.65º | 0.29% | 0.93% | - |
XYZ | 60.12 | 75.13 | 48.38 | - |
YUV | 216.88 | 100.42 | 113.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 237 | 168 | 0.17 | 0 | 0.29 | 0.07 | 95.65 | 0.66 | 0.79 |
Hex | C4 | ED | A8 | 11 | 0 | 1D | 7 | 60 | 42 | 4F |
Octal | 304 | 355 | 250 | 21 | 0 | 35 | 7 | 140 | 102 | 117 |
Binary | 11000100 | 11101101 | 10101000 | 10001 | 0 | 11101 | 111 | 1100000 | 1000010 | 1001111 |
Color Harmonies of #C4EDA8
Complementary color
Monochromatic Colors of #C4EDA8
Black with #C4EDA8
Text Example
Text Example
White with #C4EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDA8; }
p { color: rgb(196,237,168); }
H1.HeaderClassName
{
color: #C4EDA8;
}
.AnyTagClassName
{
color: #C4EDA8;
}
</style>
background-color css
<style>
a { background-color: #C4EDA8; }
a { background-color: rgb(196,237,168); }
div.DivClassName
{
background-color: #C4EDA8;
}
.BgClassName
{
background-color: #C4EDA8;
}
</style>
border-color css
<style>
span { border-color: #C4EDA8; }
span { border-color: rgb(196,237,168); }
td.TdClassName
{
border-color: #C4EDA8;
}
.TagClassName
{
border-color: #C4EDA8;
}
</style>