Shades of Madang #C0FBA8
Tints of Madang #C0FBA8
RGB
CMYK
RGB Variations
Color information
#C0FBA8 (or 0xC0FBA8) is known color: Madang. HEX triplet: C0, FB and A8. RGB value is (192,251,168). Sum of RGB (Red+Green+Blue) = 192+251+168=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FBA8 is #3F0457. Grayscale: #E0E0E0. Windows color (decimal): -4129880 or 11074496. OLE color: 11074496.
HSL color Cylindrical-coordinate representation of color #C0FBA8: hue angle of 102.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0FBA8 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 251 | 168 | - |
CMYK | 0.24 | 0 | 0.33 | 0.02 |
HSL | 102.65º | 0.91% | 0.82% | - |
HSV(B) | 102.65º | 0.33% | 0.98% | - |
XYZ | 63.3 | 83.03 | 49.74 | - |
YUV | 223.9 | 96.45 | 105.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 251 | 168 | 0.24 | 0 | 0.33 | 0.02 | 102.65 | 0.91 | 0.82 |
Hex | C0 | FB | A8 | 18 | 0 | 21 | 2 | 67 | 5B | 52 |
Octal | 300 | 373 | 250 | 30 | 0 | 41 | 2 | 147 | 133 | 122 |
Binary | 11000000 | 11111011 | 10101000 | 11000 | 0 | 100001 | 10 | 1100111 | 1011011 | 1010010 |
Color Harmonies of #C0FBA8
Complementary color
Monochromatic Colors of #C0FBA8
Black with #C0FBA8
Text Example
Text Example
White with #C0FBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBA8; }
p { color: rgb(192,251,168); }
H1.HeaderClassName
{
color: #C0FBA8;
}
.AnyTagClassName
{
color: #C0FBA8;
}
</style>
background-color css
<style>
a { background-color: #C0FBA8; }
a { background-color: rgb(192,251,168); }
div.DivClassName
{
background-color: #C0FBA8;
}
.BgClassName
{
background-color: #C0FBA8;
}
</style>
border-color css
<style>
span { border-color: #C0FBA8; }
span { border-color: rgb(192,251,168); }
td.TdClassName
{
border-color: #C0FBA8;
}
.TagClassName
{
border-color: #C0FBA8;
}
</style>