Shades of Mindaro #C9E96D
Tints of Mindaro #C9E96D
RGB
CMYK
RGB Variations
Color information
#C9E96D (or 0xC9E96D) is known color: Mindaro. HEX triplet: C9, E9 and 6D. RGB value is (201,233,109). Sum of RGB (Red+Green+Blue) = 201+233+109=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E96D is #361692. Grayscale: #D1D1D1. Windows color (decimal): -3544723 or 7203273. OLE color: 7203273.
HSL color Cylindrical-coordinate representation of color #C9E96D: hue angle of 75.48º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9E96D is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 109 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.09 |
| HSL | 75.48º | 0.74% | 0.67% | - |
| HSV(B) | 75.48º | 0.53% | 0.91% | - |
| XYZ | 55.99 | 71.8 | 25.38 | - |
| YUV | 209.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 109 | 0.14 | 0 | 0.53 | 0.09 | 75.48 | 0.74 | 0.67 |
| Hex | C9 | E9 | 6D | E | 0 | 35 | 9 | 4B | 4A | 43 |
| Octal | 311 | 351 | 155 | 16 | 0 | 65 | 11 | 113 | 112 | 103 |
| Binary | 11001001 | 11101001 | 1101101 | 1110 | 0 | 110101 | 1001 | 1001011 | 1001010 | 1000011 |
Color Harmonies of #C9E96D
Complementary color
Monochromatic Colors of #C9E96D
Black with #C9E96D
Text Example
Text Example
White with #C9E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E96D; }
p { color: rgb(201,233,109); }
H1.HeaderClassName
{
color: #C9E96D;
}
.AnyTagClassName
{
color: #C9E96D;
}
</style>
background-color css
<style>
a { background-color: #C9E96D; }
a { background-color: rgb(201,233,109); }
div.DivClassName
{
background-color: #C9E96D;
}
.BgClassName
{
background-color: #C9E96D;
}
</style>
border-color css
<style>
span { border-color: #C9E96D; }
span { border-color: rgb(201,233,109); }
td.TdClassName
{
border-color: #C9E96D;
}
.TagClassName
{
border-color: #C9E96D;
}
</style>