Shades of Madang #C0F0AB
Tints of Madang #C0F0AB
RGB
CMYK
RGB Variations
Color information
#C0F0AB (or 0xC0F0AB) is known color: Madang. HEX triplet: C0, F0 and AB. RGB value is (192,240,171). Sum of RGB (Red+Green+Blue) = 192+240+171=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F0AB is #3F0F54. Grayscale: #DADADA. Windows color (decimal): -4132693 or 11268288. OLE color: 11268288.
HSL color Cylindrical-coordinate representation of color #C0F0AB: hue angle of 101.74º 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 #C0F0AB is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 171 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.06 |
| HSL | 101.74º | 0.7% | 0.81% | - |
| HSV(B) | 101.74º | 0.29% | 0.94% | - |
| XYZ | 60.25 | 76.47 | 50.11 | - |
| YUV | 217.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 171 | 0.20 | 0 | 0.29 | 0.06 | 101.74 | 0.7 | 0.81 |
| Hex | C0 | F0 | AB | 14 | 0 | 1D | 6 | 66 | 46 | 51 |
| Octal | 300 | 360 | 253 | 24 | 0 | 35 | 6 | 146 | 106 | 121 |
| Binary | 11000000 | 11110000 | 10101011 | 10100 | 0 | 11101 | 110 | 1100110 | 1000110 | 1010001 |
Color Harmonies of #C0F0AB
Complementary color
Monochromatic Colors of #C0F0AB
Black with #C0F0AB
Text Example
Text Example
White with #C0F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0AB; }
p { color: rgb(192,240,171); }
H1.HeaderClassName
{
color: #C0F0AB;
}
.AnyTagClassName
{
color: #C0F0AB;
}
</style>
background-color css
<style>
a { background-color: #C0F0AB; }
a { background-color: rgb(192,240,171); }
div.DivClassName
{
background-color: #C0F0AB;
}
.BgClassName
{
background-color: #C0F0AB;
}
</style>
border-color css
<style>
span { border-color: #C0F0AB; }
span { border-color: rgb(192,240,171); }
td.TdClassName
{
border-color: #C0F0AB;
}
.TagClassName
{
border-color: #C0F0AB;
}
</style>