Shades of Madang #C5E8AF
Tints of Madang #C5E8AF
RGB
CMYK
RGB Variations
Color information
#C5E8AF (or 0xC5E8AF) is known color: Madang. HEX triplet: C5, E8 and AF. RGB value is (197,232,175). Sum of RGB (Red+Green+Blue) = 197+232+175=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E8AF is #3A1750. Grayscale: #D7D7D7. Windows color (decimal): -3807057 or 11528389. OLE color: 11528389.
HSL color Cylindrical-coordinate representation of color #C5E8AF: hue angle of 96.84º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5E8AF is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 232 | 175 | - |
CMYK | 0.15 | 0 | 0.25 | 0.09 |
HSL | 96.84º | 0.55% | 0.8% | - |
HSV(B) | 96.84º | 0.25% | 0.91% | - |
XYZ | 59.62 | 72.68 | 51.44 | - |
YUV | 215.04 | 105.4 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 232 | 175 | 0.15 | 0 | 0.25 | 0.09 | 96.84 | 0.55 | 0.8 |
Hex | C5 | E8 | AF | F | 0 | 19 | 9 | 61 | 37 | 50 |
Octal | 305 | 350 | 257 | 17 | 0 | 31 | 11 | 141 | 67 | 120 |
Binary | 11000101 | 11101000 | 10101111 | 1111 | 0 | 11001 | 1001 | 1100001 | 110111 | 1010000 |
Color Harmonies of #C5E8AF
Complementary color
Monochromatic Colors of #C5E8AF
Black with #C5E8AF
Text Example
Text Example
White with #C5E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E8AF; }
p { color: rgb(197,232,175); }
H1.HeaderClassName
{
color: #C5E8AF;
}
.AnyTagClassName
{
color: #C5E8AF;
}
</style>
background-color css
<style>
a { background-color: #C5E8AF; }
a { background-color: rgb(197,232,175); }
div.DivClassName
{
background-color: #C5E8AF;
}
.BgClassName
{
background-color: #C5E8AF;
}
</style>
border-color css
<style>
span { border-color: #C5E8AF; }
span { border-color: rgb(197,232,175); }
td.TdClassName
{
border-color: #C5E8AF;
}
.TagClassName
{
border-color: #C5E8AF;
}
</style>