Shades of Madang #C5F8A8
Tints of Madang #C5F8A8
RGB
CMYK
RGB Variations
Color information
#C5F8A8 (or 0xC5F8A8) is known color: Madang. HEX triplet: C5, F8 and A8. RGB value is (197,248,168). Sum of RGB (Red+Green+Blue) = 197+248+168=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F8A8 is #3A0757. Grayscale: #DFDFDF. Windows color (decimal): -3802968 or 11073733. OLE color: 11073733.
HSL color Cylindrical-coordinate representation of color #C5F8A8: hue angle of 98.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5F8A8 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 168 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.03 |
| HSL | 98.25º | 0.85% | 0.82% | - |
| HSV(B) | 98.25º | 0.32% | 0.97% | - |
| XYZ | 63.66 | 81.83 | 49.49 | - |
| YUV | 223.63 | 96.6 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 168 | 0.21 | 0 | 0.32 | 0.03 | 98.25 | 0.85 | 0.82 |
| Hex | C5 | F8 | A8 | 15 | 0 | 20 | 3 | 62 | 55 | 52 |
| Octal | 305 | 370 | 250 | 25 | 0 | 40 | 3 | 142 | 125 | 122 |
| Binary | 11000101 | 11111000 | 10101000 | 10101 | 0 | 100000 | 11 | 1100010 | 1010101 | 1010010 |
Color Harmonies of #C5F8A8
Complementary color
Monochromatic Colors of #C5F8A8
Black with #C5F8A8
Text Example
Text Example
White with #C5F8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8A8; }
p { color: rgb(197,248,168); }
H1.HeaderClassName
{
color: #C5F8A8;
}
.AnyTagClassName
{
color: #C5F8A8;
}
</style>
background-color css
<style>
a { background-color: #C5F8A8; }
a { background-color: rgb(197,248,168); }
div.DivClassName
{
background-color: #C5F8A8;
}
.BgClassName
{
background-color: #C5F8A8;
}
</style>
border-color css
<style>
span { border-color: #C5F8A8; }
span { border-color: rgb(197,248,168); }
td.TdClassName
{
border-color: #C5F8A8;
}
.TagClassName
{
border-color: #C5F8A8;
}
</style>