Shades of Madang #C0F1AB
Tints of Madang #C0F1AB
RGB
CMYK
RGB Variations
Color information
#C0F1AB (or 0xC0F1AB) is known color: Madang. HEX triplet: C0, F1 and AB. RGB value is (192,241,171). Sum of RGB (Red+Green+Blue) = 192+241+171=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F1AB is #3F0E54. Grayscale: #DADADA. Windows color (decimal): -4132437 or 11268544. OLE color: 11268544.
HSL color Cylindrical-coordinate representation of color #C0F1AB: hue angle of 102º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0F1AB is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 171 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.05 |
| HSL | 102º | 0.71% | 0.81% | - |
| HSV(B) | 102º | 0.29% | 0.95% | - |
| XYZ | 60.54 | 77.06 | 50.21 | - |
| YUV | 218.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 171 | 0.20 | 0 | 0.29 | 0.05 | 102 | 0.71 | 0.81 |
| Hex | C0 | F1 | AB | 14 | 0 | 1D | 5 | 66 | 47 | 51 |
| Octal | 300 | 361 | 253 | 24 | 0 | 35 | 5 | 146 | 107 | 121 |
| Binary | 11000000 | 11110001 | 10101011 | 10100 | 0 | 11101 | 101 | 1100110 | 1000111 | 1010001 |
Color Harmonies of #C0F1AB
Complementary color
Monochromatic Colors of #C0F1AB
Black with #C0F1AB
Text Example
Text Example
White with #C0F1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1AB; }
p { color: rgb(192,241,171); }
H1.HeaderClassName
{
color: #C0F1AB;
}
.AnyTagClassName
{
color: #C0F1AB;
}
</style>
background-color css
<style>
a { background-color: #C0F1AB; }
a { background-color: rgb(192,241,171); }
div.DivClassName
{
background-color: #C0F1AB;
}
.BgClassName
{
background-color: #C0F1AB;
}
</style>
border-color css
<style>
span { border-color: #C0F1AB; }
span { border-color: rgb(192,241,171); }
td.TdClassName
{
border-color: #C0F1AB;
}
.TagClassName
{
border-color: #C0F1AB;
}
</style>