Shades of Madang #C5F0AB
Tints of Madang #C5F0AB
RGB
CMYK
RGB Variations
Color information
#C5F0AB (or 0xC5F0AB) is known color: Madang. HEX triplet: C5, F0 and AB. RGB value is (197,240,171). Sum of RGB (Red+Green+Blue) = 197+240+171=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F0AB is #3A0F54. Grayscale: #DBDBDB. Windows color (decimal): -3805013 or 11268293. OLE color: 11268293.
HSL color Cylindrical-coordinate representation of color #C5F0AB: hue angle of 97.39º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5F0AB is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 171 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.06 |
| HSL | 97.39º | 0.7% | 0.81% | - |
| HSV(B) | 97.39º | 0.29% | 0.94% | - |
| XYZ | 61.54 | 77.13 | 50.17 | - |
| YUV | 219.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 171 | 0.18 | 0 | 0.29 | 0.06 | 97.39 | 0.7 | 0.81 |
| Hex | C5 | F0 | AB | 12 | 0 | 1D | 6 | 61 | 46 | 51 |
| Octal | 305 | 360 | 253 | 22 | 0 | 35 | 6 | 141 | 106 | 121 |
| Binary | 11000101 | 11110000 | 10101011 | 10010 | 0 | 11101 | 110 | 1100001 | 1000110 | 1010001 |
Color Harmonies of #C5F0AB
Complementary color
Monochromatic Colors of #C5F0AB
Black with #C5F0AB
Text Example
Text Example
White with #C5F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F0AB; }
p { color: rgb(197,240,171); }
H1.HeaderClassName
{
color: #C5F0AB;
}
.AnyTagClassName
{
color: #C5F0AB;
}
</style>
background-color css
<style>
a { background-color: #C5F0AB; }
a { background-color: rgb(197,240,171); }
div.DivClassName
{
background-color: #C5F0AB;
}
.BgClassName
{
background-color: #C5F0AB;
}
</style>
border-color css
<style>
span { border-color: #C5F0AB; }
span { border-color: rgb(197,240,171); }
td.TdClassName
{
border-color: #C5F0AB;
}
.TagClassName
{
border-color: #C5F0AB;
}
</style>