Shades of Mindaro #C9DD6F
Tints of Mindaro #C9DD6F
RGB
CMYK
RGB Variations
Color information
#C9DD6F (or 0xC9DD6F) is known color: Mindaro. HEX triplet: C9, DD and 6F. RGB value is (201,221,111). Sum of RGB (Red+Green+Blue) = 201+221+111=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD6F is #362290. Grayscale: #CACACA. Windows color (decimal): -3547793 or 7331273. OLE color: 7331273.
HSL color Cylindrical-coordinate representation of color #C9DD6F: hue angle of 70.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9DD6F is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 111 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.13 |
| HSL | 70.91º | 0.62% | 0.65% | - |
| HSV(B) | 70.91º | 0.5% | 0.87% | - |
| XYZ | 52.81 | 65.28 | 24.86 | - |
| YUV | 202.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 111 | 0.09 | 0 | 0.50 | 0.13 | 70.91 | 0.62 | 0.65 |
| Hex | C9 | DD | 6F | 9 | 0 | 32 | D | 47 | 3E | 41 |
| Octal | 311 | 335 | 157 | 11 | 0 | 62 | 15 | 107 | 76 | 101 |
| Binary | 11001001 | 11011101 | 1101111 | 1001 | 0 | 110010 | 1101 | 1000111 | 111110 | 1000001 |
Color Harmonies of #C9DD6F
Complementary color
Monochromatic Colors of #C9DD6F
Black with #C9DD6F
Text Example
Text Example
White with #C9DD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD6F; }
p { color: rgb(201,221,111); }
H1.HeaderClassName
{
color: #C9DD6F;
}
.AnyTagClassName
{
color: #C9DD6F;
}
</style>
background-color css
<style>
a { background-color: #C9DD6F; }
a { background-color: rgb(201,221,111); }
div.DivClassName
{
background-color: #C9DD6F;
}
.BgClassName
{
background-color: #C9DD6F;
}
</style>
border-color css
<style>
span { border-color: #C9DD6F; }
span { border-color: rgb(201,221,111); }
td.TdClassName
{
border-color: #C9DD6F;
}
.TagClassName
{
border-color: #C9DD6F;
}
</style>