Shades of Mindaro #C9E16F
Tints of Mindaro #C9E16F
RGB
CMYK
RGB Variations
Color information
#C9E16F (or 0xC9E16F) is known color: Mindaro. HEX triplet: C9, E1 and 6F. RGB value is (201,225,111). Sum of RGB (Red+Green+Blue) = 201+225+111=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E16F is #361E90. Grayscale: #CDCDCD. Windows color (decimal): -3546769 or 7332297. OLE color: 7332297.
HSL color Cylindrical-coordinate representation of color #C9E16F: hue angle of 72.63º 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 #C9E16F is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 111 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.12 |
| HSL | 72.63º | 0.66% | 0.66% | - |
| HSV(B) | 72.63º | 0.51% | 0.88% | - |
| XYZ | 53.88 | 67.42 | 25.21 | - |
| YUV | 204.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 111 | 0.11 | 0 | 0.51 | 0.12 | 72.63 | 0.66 | 0.66 |
| Hex | C9 | E1 | 6F | B | 0 | 33 | C | 49 | 42 | 42 |
| Octal | 311 | 341 | 157 | 13 | 0 | 63 | 14 | 111 | 102 | 102 |
| Binary | 11001001 | 11100001 | 1101111 | 1011 | 0 | 110011 | 1100 | 1001001 | 1000010 | 1000010 |
Color Harmonies of #C9E16F
Complementary color
Monochromatic Colors of #C9E16F
Black with #C9E16F
Text Example
Text Example
White with #C9E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E16F; }
p { color: rgb(201,225,111); }
H1.HeaderClassName
{
color: #C9E16F;
}
.AnyTagClassName
{
color: #C9E16F;
}
</style>
background-color css
<style>
a { background-color: #C9E16F; }
a { background-color: rgb(201,225,111); }
div.DivClassName
{
background-color: #C9E16F;
}
.BgClassName
{
background-color: #C9E16F;
}
</style>
border-color css
<style>
span { border-color: #C9E16F; }
span { border-color: rgb(201,225,111); }
td.TdClassName
{
border-color: #C9E16F;
}
.TagClassName
{
border-color: #C9E16F;
}
</style>