Shades of Mindaro #C9DC73
Tints of Mindaro #C9DC73
RGB
CMYK
RGB Variations
Color information
#C9DC73 (or 0xC9DC73) is known color: Mindaro. HEX triplet: C9, DC and 73. RGB value is (201,220,115). Sum of RGB (Red+Green+Blue) = 201+220+115=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC73 is #36238C. Grayscale: #CACACA. Windows color (decimal): -3548045 or 7593161. OLE color: 7593161.
HSL color Cylindrical-coordinate representation of color #C9DC73: hue angle of 70.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9DC73 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 115 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.14 |
| HSL | 70.86º | 0.6% | 0.66% | - |
| HSV(B) | 70.86º | 0.48% | 0.86% | - |
| XYZ | 52.78 | 64.84 | 25.95 | - |
| YUV | 202.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 115 | 0.09 | 0 | 0.48 | 0.14 | 70.86 | 0.6 | 0.66 |
| Hex | C9 | DC | 73 | 9 | 0 | 30 | E | 47 | 3C | 42 |
| Octal | 311 | 334 | 163 | 11 | 0 | 60 | 16 | 107 | 74 | 102 |
| Binary | 11001001 | 11011100 | 1110011 | 1001 | 0 | 110000 | 1110 | 1000111 | 111100 | 1000010 |
Color Harmonies of #C9DC73
Complementary color
Monochromatic Colors of #C9DC73
Black with #C9DC73
Text Example
Text Example
White with #C9DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC73; }
p { color: rgb(201,220,115); }
H1.HeaderClassName
{
color: #C9DC73;
}
.AnyTagClassName
{
color: #C9DC73;
}
</style>
background-color css
<style>
a { background-color: #C9DC73; }
a { background-color: rgb(201,220,115); }
div.DivClassName
{
background-color: #C9DC73;
}
.BgClassName
{
background-color: #C9DC73;
}
</style>
border-color css
<style>
span { border-color: #C9DC73; }
span { border-color: rgb(201,220,115); }
td.TdClassName
{
border-color: #C9DC73;
}
.TagClassName
{
border-color: #C9DC73;
}
</style>