Shades of Mindaro #C9E16E
Tints of Mindaro #C9E16E
RGB
CMYK
RGB Variations
Color information
#C9E16E (or 0xC9E16E) is known color: Mindaro. HEX triplet: C9, E1 and 6E. RGB value is (201,225,110). Sum of RGB (Red+Green+Blue) = 201+225+110=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E16E is #361E91. Grayscale: #CDCDCD. Windows color (decimal): -3546770 or 7266761. OLE color: 7266761.
HSL color Cylindrical-coordinate representation of color #C9E16E: hue angle of 72.52º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9E16E is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 110 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.12 |
| HSL | 72.52º | 0.66% | 0.66% | - |
| HSV(B) | 72.52º | 0.51% | 0.88% | - |
| XYZ | 53.83 | 67.39 | 24.92 | - |
| YUV | 204.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 110 | 0.11 | 0 | 0.51 | 0.12 | 72.52 | 0.66 | 0.66 |
| Hex | C9 | E1 | 6E | B | 0 | 33 | C | 49 | 42 | 42 |
| Octal | 311 | 341 | 156 | 13 | 0 | 63 | 14 | 111 | 102 | 102 |
| Binary | 11001001 | 11100001 | 1101110 | 1011 | 0 | 110011 | 1100 | 1001001 | 1000010 | 1000010 |
Color Harmonies of #C9E16E
Complementary color
Monochromatic Colors of #C9E16E
Black with #C9E16E
Text Example
Text Example
White with #C9E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E16E; }
p { color: rgb(201,225,110); }
H1.HeaderClassName
{
color: #C9E16E;
}
.AnyTagClassName
{
color: #C9E16E;
}
</style>
background-color css
<style>
a { background-color: #C9E16E; }
a { background-color: rgb(201,225,110); }
div.DivClassName
{
background-color: #C9E16E;
}
.BgClassName
{
background-color: #C9E16E;
}
</style>
border-color css
<style>
span { border-color: #C9E16E; }
span { border-color: rgb(201,225,110); }
td.TdClassName
{
border-color: #C9E16E;
}
.TagClassName
{
border-color: #C9E16E;
}
</style>