Shades of Madang #C4F0AB
Tints of Madang #C4F0AB
RGB
CMYK
RGB Variations
Color information
#C4F0AB (or 0xC4F0AB) is known color: Madang. HEX triplet: C4, F0 and AB. RGB value is (196,240,171). Sum of RGB (Red+Green+Blue) = 196+240+171=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F0AB is #3B0F54. Grayscale: #DBDBDB. Windows color (decimal): -3870549 or 11268292. OLE color: 11268292.
HSL color Cylindrical-coordinate representation of color #C4F0AB: hue angle of 98.26º 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 #C4F0AB is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 171 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.06 |
| HSL | 98.26º | 0.7% | 0.81% | - |
| HSV(B) | 98.26º | 0.29% | 0.94% | - |
| XYZ | 61.28 | 77 | 50.16 | - |
| YUV | 218.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 171 | 0.18 | 0 | 0.29 | 0.06 | 98.26 | 0.7 | 0.81 |
| Hex | C4 | F0 | AB | 12 | 0 | 1D | 6 | 62 | 46 | 51 |
| Octal | 304 | 360 | 253 | 22 | 0 | 35 | 6 | 142 | 106 | 121 |
| Binary | 11000100 | 11110000 | 10101011 | 10010 | 0 | 11101 | 110 | 1100010 | 1000110 | 1010001 |
Color Harmonies of #C4F0AB
Complementary color
Monochromatic Colors of #C4F0AB
Black with #C4F0AB
Text Example
Text Example
White with #C4F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F0AB; }
p { color: rgb(196,240,171); }
H1.HeaderClassName
{
color: #C4F0AB;
}
.AnyTagClassName
{
color: #C4F0AB;
}
</style>
background-color css
<style>
a { background-color: #C4F0AB; }
a { background-color: rgb(196,240,171); }
div.DivClassName
{
background-color: #C4F0AB;
}
.BgClassName
{
background-color: #C4F0AB;
}
</style>
border-color css
<style>
span { border-color: #C4F0AB; }
span { border-color: rgb(196,240,171); }
td.TdClassName
{
border-color: #C4F0AB;
}
.TagClassName
{
border-color: #C4F0AB;
}
</style>