Shades of Mindaro #C9DD71
Tints of Mindaro #C9DD71
RGB
CMYK
RGB Variations
Color information
#C9DD71 (or 0xC9DD71) is known color: Mindaro. HEX triplet: C9, DD and 71. RGB value is (201,221,113). Sum of RGB (Red+Green+Blue) = 201+221+113=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD71 is #36228E. Grayscale: #CBCBCB. Windows color (decimal): -3547791 or 7462345. OLE color: 7462345.
HSL color Cylindrical-coordinate representation of color #C9DD71: hue angle of 71.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9DD71 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 113 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.13 |
| HSL | 71.11º | 0.61% | 0.65% | - |
| HSV(B) | 71.11º | 0.49% | 0.87% | - |
| XYZ | 52.92 | 65.32 | 25.44 | - |
| YUV | 202.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 113 | 0.09 | 0 | 0.49 | 0.13 | 71.11 | 0.61 | 0.65 |
| Hex | C9 | DD | 71 | 9 | 0 | 31 | D | 47 | 3D | 41 |
| Octal | 311 | 335 | 161 | 11 | 0 | 61 | 15 | 107 | 75 | 101 |
| Binary | 11001001 | 11011101 | 1110001 | 1001 | 0 | 110001 | 1101 | 1000111 | 111101 | 1000001 |
Color Harmonies of #C9DD71
Complementary color
Monochromatic Colors of #C9DD71
Black with #C9DD71
Text Example
Text Example
White with #C9DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD71; }
p { color: rgb(201,221,113); }
H1.HeaderClassName
{
color: #C9DD71;
}
.AnyTagClassName
{
color: #C9DD71;
}
</style>
background-color css
<style>
a { background-color: #C9DD71; }
a { background-color: rgb(201,221,113); }
div.DivClassName
{
background-color: #C9DD71;
}
.BgClassName
{
background-color: #C9DD71;
}
</style>
border-color css
<style>
span { border-color: #C9DD71; }
span { border-color: rgb(201,221,113); }
td.TdClassName
{
border-color: #C9DD71;
}
.TagClassName
{
border-color: #C9DD71;
}
</style>