Shades of Madang #C0F2B2
Tints of Madang #C0F2B2
RGB
CMYK
RGB Variations
Color information
#C0F2B2 (or 0xC0F2B2) is known color: Madang. HEX triplet: C0, F2 and B2. RGB value is (192,242,178). Sum of RGB (Red+Green+Blue) = 192+242+178=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F2B2 is #3F0D4D. Grayscale: #DBDBDB. Windows color (decimal): -4132174 or 11727552. OLE color: 11727552.
HSL color Cylindrical-coordinate representation of color #C0F2B2: hue angle of 106.88º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0F2B2 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 178 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.05 |
| HSL | 106.88º | 0.71% | 0.82% | - |
| HSV(B) | 106.88º | 0.26% | 0.95% | - |
| XYZ | 61.53 | 77.93 | 53.92 | - |
| YUV | 219.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 178 | 0.21 | 0 | 0.26 | 0.05 | 106.88 | 0.71 | 0.82 |
| Hex | C0 | F2 | B2 | 15 | 0 | 1A | 5 | 6B | 47 | 52 |
| Octal | 300 | 362 | 262 | 25 | 0 | 32 | 5 | 153 | 107 | 122 |
| Binary | 11000000 | 11110010 | 10110010 | 10101 | 0 | 11010 | 101 | 1101011 | 1000111 | 1010010 |
Color Harmonies of #C0F2B2
Complementary color
Monochromatic Colors of #C0F2B2
Black with #C0F2B2
Text Example
Text Example
White with #C0F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2B2; }
p { color: rgb(192,242,178); }
H1.HeaderClassName
{
color: #C0F2B2;
}
.AnyTagClassName
{
color: #C0F2B2;
}
</style>
background-color css
<style>
a { background-color: #C0F2B2; }
a { background-color: rgb(192,242,178); }
div.DivClassName
{
background-color: #C0F2B2;
}
.BgClassName
{
background-color: #C0F2B2;
}
</style>
border-color css
<style>
span { border-color: #C0F2B2; }
span { border-color: rgb(192,242,178); }
td.TdClassName
{
border-color: #C0F2B2;
}
.TagClassName
{
border-color: #C0F2B2;
}
</style>