Shades of Madang #C0FBA2
Tints of Madang #C0FBA2
RGB
CMYK
RGB Variations
Color information
#C0FBA2 (or 0xC0FBA2) is known color: Madang. HEX triplet: C0, FB and A2. RGB value is (192,251,162). Sum of RGB (Red+Green+Blue) = 192+251+162=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FBA2 is #3F045D. Grayscale: #DFDFDF. Windows color (decimal): -4129886 or 10681280. OLE color: 10681280.
HSL color Cylindrical-coordinate representation of color #C0FBA2: hue angle of 99.78º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0FBA2 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 162 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.02 |
| HSL | 99.78º | 0.92% | 0.81% | - |
| HSV(B) | 99.78º | 0.35% | 0.98% | - |
| XYZ | 62.76 | 82.81 | 46.86 | - |
| YUV | 223.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 162 | 0.24 | 0 | 0.35 | 0.02 | 99.78 | 0.92 | 0.81 |
| Hex | C0 | FB | A2 | 18 | 0 | 23 | 2 | 64 | 5C | 51 |
| Octal | 300 | 373 | 242 | 30 | 0 | 43 | 2 | 144 | 134 | 121 |
| Binary | 11000000 | 11111011 | 10100010 | 11000 | 0 | 100011 | 10 | 1100100 | 1011100 | 1010001 |
Color Harmonies of #C0FBA2
Complementary color
Monochromatic Colors of #C0FBA2
Black with #C0FBA2
Text Example
Text Example
White with #C0FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBA2; }
p { color: rgb(192,251,162); }
H1.HeaderClassName
{
color: #C0FBA2;
}
.AnyTagClassName
{
color: #C0FBA2;
}
</style>
background-color css
<style>
a { background-color: #C0FBA2; }
a { background-color: rgb(192,251,162); }
div.DivClassName
{
background-color: #C0FBA2;
}
.BgClassName
{
background-color: #C0FBA2;
}
</style>
border-color css
<style>
span { border-color: #C0FBA2; }
span { border-color: rgb(192,251,162); }
td.TdClassName
{
border-color: #C0FBA2;
}
.TagClassName
{
border-color: #C0FBA2;
}
</style>