Shades of Madang #C0F2A5
Tints of Madang #C0F2A5
RGB
CMYK
RGB Variations
Color information
#C0F2A5 (or 0xC0F2A5) is known color: Madang. HEX triplet: C0, F2 and A5. RGB value is (192,242,165). Sum of RGB (Red+Green+Blue) = 192+242+165=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F2A5 is #3F0D5A. Grayscale: #DADADA. Windows color (decimal): -4132187 or 10875584. OLE color: 10875584.
HSL color Cylindrical-coordinate representation of color #C0F2A5: hue angle of 98.96º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0F2A5 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 165 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.05 |
| HSL | 98.96º | 0.75% | 0.8% | - |
| HSV(B) | 98.96º | 0.32% | 0.95% | - |
| XYZ | 60.28 | 77.43 | 47.37 | - |
| YUV | 218.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 165 | 0.21 | 0 | 0.32 | 0.05 | 98.96 | 0.75 | 0.8 |
| Hex | C0 | F2 | A5 | 15 | 0 | 20 | 5 | 63 | 4B | 50 |
| Octal | 300 | 362 | 245 | 25 | 0 | 40 | 5 | 143 | 113 | 120 |
| Binary | 11000000 | 11110010 | 10100101 | 10101 | 0 | 100000 | 101 | 1100011 | 1001011 | 1010000 |
Color Harmonies of #C0F2A5
Complementary color
Monochromatic Colors of #C0F2A5
Black with #C0F2A5
Text Example
Text Example
White with #C0F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2A5; }
p { color: rgb(192,242,165); }
H1.HeaderClassName
{
color: #C0F2A5;
}
.AnyTagClassName
{
color: #C0F2A5;
}
</style>
background-color css
<style>
a { background-color: #C0F2A5; }
a { background-color: rgb(192,242,165); }
div.DivClassName
{
background-color: #C0F2A5;
}
.BgClassName
{
background-color: #C0F2A5;
}
</style>
border-color css
<style>
span { border-color: #C0F2A5; }
span { border-color: rgb(192,242,165); }
td.TdClassName
{
border-color: #C0F2A5;
}
.TagClassName
{
border-color: #C0F2A5;
}
</style>