Shades of Madang #C0E7B4
Tints of Madang #C0E7B4
RGB
CMYK
RGB Variations
Color information
#C0E7B4 (or 0xC0E7B4) is known color: Madang. HEX triplet: C0, E7 and B4. RGB value is (192,231,180). Sum of RGB (Red+Green+Blue) = 192+231+180=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7B4 is #3F184B. Grayscale: #D5D5D5. Windows color (decimal): -4134988 or 11855808. OLE color: 11855808.
HSL color Cylindrical-coordinate representation of color #C0E7B4: hue angle of 105.88º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0E7B4 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 180 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.09 |
| HSL | 105.88º | 0.52% | 0.81% | - |
| HSV(B) | 105.88º | 0.22% | 0.91% | - |
| XYZ | 58.55 | 71.65 | 53.92 | - |
| YUV | 213.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 180 | 0.17 | 0 | 0.22 | 0.09 | 105.88 | 0.52 | 0.81 |
| Hex | C0 | E7 | B4 | 11 | 0 | 16 | 9 | 6A | 34 | 51 |
| Octal | 300 | 347 | 264 | 21 | 0 | 26 | 11 | 152 | 64 | 121 |
| Binary | 11000000 | 11100111 | 10110100 | 10001 | 0 | 10110 | 1001 | 1101010 | 110100 | 1010001 |
Color Harmonies of #C0E7B4
Complementary color
Monochromatic Colors of #C0E7B4
Black with #C0E7B4
Text Example
Text Example
White with #C0E7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E7B4; }
p { color: rgb(192,231,180); }
H1.HeaderClassName
{
color: #C0E7B4;
}
.AnyTagClassName
{
color: #C0E7B4;
}
</style>
background-color css
<style>
a { background-color: #C0E7B4; }
a { background-color: rgb(192,231,180); }
div.DivClassName
{
background-color: #C0E7B4;
}
.BgClassName
{
background-color: #C0E7B4;
}
</style>
border-color css
<style>
span { border-color: #C0E7B4; }
span { border-color: rgb(192,231,180); }
td.TdClassName
{
border-color: #C0E7B4;
}
.TagClassName
{
border-color: #C0E7B4;
}
</style>