Shades of Madang #C5EDA8
Tints of Madang #C5EDA8
RGB
CMYK
RGB Variations
Color information
#C5EDA8 (or 0xC5EDA8) is known color: Madang. HEX triplet: C5, ED and A8. RGB value is (197,237,168). Sum of RGB (Red+Green+Blue) = 197+237+168=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EDA8 is #3A1257. Grayscale: #D9D9D9. Windows color (decimal): -3805784 or 11070917. OLE color: 11070917.
HSL color Cylindrical-coordinate representation of color #C5EDA8: hue angle of 94.78º 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 #C5EDA8 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 237 | 168 | - |
CMYK | 0.17 | 0 | 0.29 | 0.07 |
HSL | 94.78º | 0.66% | 0.79% | - |
HSV(B) | 94.78º | 0.29% | 0.93% | - |
XYZ | 60.38 | 75.27 | 48.39 | - |
YUV | 217.17 | 100.25 | 113.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 237 | 168 | 0.17 | 0 | 0.29 | 0.07 | 94.78 | 0.66 | 0.79 |
Hex | C5 | ED | A8 | 11 | 0 | 1D | 7 | 5F | 42 | 4F |
Octal | 305 | 355 | 250 | 21 | 0 | 35 | 7 | 137 | 102 | 117 |
Binary | 11000101 | 11101101 | 10101000 | 10001 | 0 | 11101 | 111 | 1011111 | 1000010 | 1001111 |
Color Harmonies of #C5EDA8
Complementary color
Monochromatic Colors of #C5EDA8
Black with #C5EDA8
Text Example
Text Example
White with #C5EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDA8; }
p { color: rgb(197,237,168); }
H1.HeaderClassName
{
color: #C5EDA8;
}
.AnyTagClassName
{
color: #C5EDA8;
}
</style>
background-color css
<style>
a { background-color: #C5EDA8; }
a { background-color: rgb(197,237,168); }
div.DivClassName
{
background-color: #C5EDA8;
}
.BgClassName
{
background-color: #C5EDA8;
}
</style>
border-color css
<style>
span { border-color: #C5EDA8; }
span { border-color: rgb(197,237,168); }
td.TdClassName
{
border-color: #C5EDA8;
}
.TagClassName
{
border-color: #C5EDA8;
}
</style>