Shades of Madang #C3FFA8
Tints of Madang #C3FFA8
RGB
CMYK
RGB Variations
Color information
#C3FFA8 (or 0xC3FFA8) is known color: Madang. HEX triplet: C3, FF and A8. RGB value is (195,255,168). Sum of RGB (Red+Green+Blue) = 195+255+168=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FFA8 is #3C0057. Grayscale: #E3E3E3. Windows color (decimal): -3932248 or 11075523. OLE color: 11075523.
HSL color Cylindrical-coordinate representation of color #C3FFA8: hue angle of 101.38º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3FFA8 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 168 | - |
| CMYK | 0.24 | 0 | 0.34 | 0 |
| HSL | 101.38º | 1% | 0.83% | - |
| HSV(B) | 101.38º | 0.34% | 1% | - |
| XYZ | 65.33 | 85.95 | 50.19 | - |
| YUV | 227.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 168 | 0.24 | 0 | 0.34 | 0 | 101.38 | 1 | 0.83 |
| Hex | C3 | FF | A8 | 18 | 0 | 22 | 0 | 65 | 64 | 53 |
| Octal | 303 | 377 | 250 | 30 | 0 | 42 | 0 | 145 | 144 | 123 |
| Binary | 11000011 | 11111111 | 10101000 | 11000 | 0 | 100010 | 0 | 1100101 | 1100100 | 1010011 |
Color Harmonies of #C3FFA8
Complementary color
Monochromatic Colors of #C3FFA8
Black with #C3FFA8
Text Example
Text Example
White with #C3FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFA8; }
p { color: rgb(195,255,168); }
H1.HeaderClassName
{
color: #C3FFA8;
}
.AnyTagClassName
{
color: #C3FFA8;
}
</style>
background-color css
<style>
a { background-color: #C3FFA8; }
a { background-color: rgb(195,255,168); }
div.DivClassName
{
background-color: #C3FFA8;
}
.BgClassName
{
background-color: #C3FFA8;
}
</style>
border-color css
<style>
span { border-color: #C3FFA8; }
span { border-color: rgb(195,255,168); }
td.TdClassName
{
border-color: #C3FFA8;
}
.TagClassName
{
border-color: #C3FFA8;
}
</style>