Shades of Madang #C0F4B0
Tints of Madang #C0F4B0
RGB
CMYK
RGB Variations
Color information
#C0F4B0 (or 0xC0F4B0) is known color: Madang. HEX triplet: C0, F4 and B0. RGB value is (192,244,176). Sum of RGB (Red+Green+Blue) = 192+244+176=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F4B0 is #3F0B4F. Grayscale: #DCDCDC. Windows color (decimal): -4131664 or 11596992. OLE color: 11596992.
HSL color Cylindrical-coordinate representation of color #C0F4B0: hue angle of 105.88º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0F4B0 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 176 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.04 |
| HSL | 105.88º | 0.76% | 0.82% | - |
| HSV(B) | 105.88º | 0.28% | 0.96% | - |
| XYZ | 61.93 | 79.04 | 53.07 | - |
| YUV | 220.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 176 | 0.21 | 0 | 0.28 | 0.04 | 105.88 | 0.76 | 0.82 |
| Hex | C0 | F4 | B0 | 15 | 0 | 1C | 4 | 6A | 4C | 52 |
| Octal | 300 | 364 | 260 | 25 | 0 | 34 | 4 | 152 | 114 | 122 |
| Binary | 11000000 | 11110100 | 10110000 | 10101 | 0 | 11100 | 100 | 1101010 | 1001100 | 1010010 |
Color Harmonies of #C0F4B0
Complementary color
Monochromatic Colors of #C0F4B0
Black with #C0F4B0
Text Example
Text Example
White with #C0F4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4B0; }
p { color: rgb(192,244,176); }
H1.HeaderClassName
{
color: #C0F4B0;
}
.AnyTagClassName
{
color: #C0F4B0;
}
</style>
background-color css
<style>
a { background-color: #C0F4B0; }
a { background-color: rgb(192,244,176); }
div.DivClassName
{
background-color: #C0F4B0;
}
.BgClassName
{
background-color: #C0F4B0;
}
</style>
border-color css
<style>
span { border-color: #C0F4B0; }
span { border-color: rgb(192,244,176); }
td.TdClassName
{
border-color: #C0F4B0;
}
.TagClassName
{
border-color: #C0F4B0;
}
</style>