Shades of Madang #C0F2B1
Tints of Madang #C0F2B1
RGB
CMYK
RGB Variations
Color information
#C0F2B1 (or 0xC0F2B1) is known color: Madang. HEX triplet: C0, F2 and B1. RGB value is (192,242,177). Sum of RGB (Red+Green+Blue) = 192+242+177=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F2B1 is #3F0D4E. Grayscale: #DBDBDB. Windows color (decimal): -4132175 or 11662016. OLE color: 11662016.
HSL color Cylindrical-coordinate representation of color #C0F2B1: hue angle of 106.15º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0F2B1 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 177 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.05 |
| HSL | 106.15º | 0.71% | 0.82% | - |
| HSV(B) | 106.15º | 0.27% | 0.95% | - |
| XYZ | 61.43 | 77.89 | 53.39 | - |
| YUV | 219.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 177 | 0.21 | 0 | 0.27 | 0.05 | 106.15 | 0.71 | 0.82 |
| Hex | C0 | F2 | B1 | 15 | 0 | 1B | 5 | 6A | 47 | 52 |
| Octal | 300 | 362 | 261 | 25 | 0 | 33 | 5 | 152 | 107 | 122 |
| Binary | 11000000 | 11110010 | 10110001 | 10101 | 0 | 11011 | 101 | 1101010 | 1000111 | 1010010 |
Color Harmonies of #C0F2B1
Complementary color
Monochromatic Colors of #C0F2B1
Black with #C0F2B1
Text Example
Text Example
White with #C0F2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2B1; }
p { color: rgb(192,242,177); }
H1.HeaderClassName
{
color: #C0F2B1;
}
.AnyTagClassName
{
color: #C0F2B1;
}
</style>
background-color css
<style>
a { background-color: #C0F2B1; }
a { background-color: rgb(192,242,177); }
div.DivClassName
{
background-color: #C0F2B1;
}
.BgClassName
{
background-color: #C0F2B1;
}
</style>
border-color css
<style>
span { border-color: #C0F2B1; }
span { border-color: rgb(192,242,177); }
td.TdClassName
{
border-color: #C0F2B1;
}
.TagClassName
{
border-color: #C0F2B1;
}
</style>