Shades of Madang #C0F0AF
Tints of Madang #C0F0AF
RGB
CMYK
RGB Variations
Color information
#C0F0AF (or 0xC0F0AF) is known color: Madang. HEX triplet: C0, F0 and AF. RGB value is (192,240,175). Sum of RGB (Red+Green+Blue) = 192+240+175=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F0AF is #3F0F50. Grayscale: #DADADA. Windows color (decimal): -4132689 or 11530432. OLE color: 11530432.
HSL color Cylindrical-coordinate representation of color #C0F0AF: hue angle of 104.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0F0AF is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 175 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.06 |
| HSL | 104.31º | 0.68% | 0.81% | - |
| HSV(B) | 104.31º | 0.27% | 0.94% | - |
| XYZ | 60.64 | 76.62 | 52.15 | - |
| YUV | 218.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 175 | 0.20 | 0 | 0.27 | 0.06 | 104.31 | 0.68 | 0.81 |
| Hex | C0 | F0 | AF | 14 | 0 | 1B | 6 | 68 | 44 | 51 |
| Octal | 300 | 360 | 257 | 24 | 0 | 33 | 6 | 150 | 104 | 121 |
| Binary | 11000000 | 11110000 | 10101111 | 10100 | 0 | 11011 | 110 | 1101000 | 1000100 | 1010001 |
Color Harmonies of #C0F0AF
Complementary color
Monochromatic Colors of #C0F0AF
Black with #C0F0AF
Text Example
Text Example
White with #C0F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0AF; }
p { color: rgb(192,240,175); }
H1.HeaderClassName
{
color: #C0F0AF;
}
.AnyTagClassName
{
color: #C0F0AF;
}
</style>
background-color css
<style>
a { background-color: #C0F0AF; }
a { background-color: rgb(192,240,175); }
div.DivClassName
{
background-color: #C0F0AF;
}
.BgClassName
{
background-color: #C0F0AF;
}
</style>
border-color css
<style>
span { border-color: #C0F0AF; }
span { border-color: rgb(192,240,175); }
td.TdClassName
{
border-color: #C0F0AF;
}
.TagClassName
{
border-color: #C0F0AF;
}
</style>