Shades of Mindaro #C9E96C
Tints of Mindaro #C9E96C
RGB
CMYK
RGB Variations
Color information
#C9E96C (or 0xC9E96C) is known color: Mindaro. HEX triplet: C9, E9 and 6C. RGB value is (201,233,108). Sum of RGB (Red+Green+Blue) = 201+233+108=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E96C is #361693. Grayscale: #D1D1D1. Windows color (decimal): -3544724 or 7137737. OLE color: 7137737.
HSL color Cylindrical-coordinate representation of color #C9E96C: hue angle of 75.36º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9E96C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 108 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.09 |
| HSL | 75.36º | 0.74% | 0.67% | - |
| HSV(B) | 75.36º | 0.54% | 0.91% | - |
| XYZ | 55.93 | 71.78 | 25.09 | - |
| YUV | 209.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 108 | 0.14 | 0 | 0.54 | 0.09 | 75.36 | 0.74 | 0.67 |
| Hex | C9 | E9 | 6C | E | 0 | 36 | 9 | 4B | 4A | 43 |
| Octal | 311 | 351 | 154 | 16 | 0 | 66 | 11 | 113 | 112 | 103 |
| Binary | 11001001 | 11101001 | 1101100 | 1110 | 0 | 110110 | 1001 | 1001011 | 1001010 | 1000011 |
Color Harmonies of #C9E96C
Complementary color
Monochromatic Colors of #C9E96C
Black with #C9E96C
Text Example
Text Example
White with #C9E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E96C; }
p { color: rgb(201,233,108); }
H1.HeaderClassName
{
color: #C9E96C;
}
.AnyTagClassName
{
color: #C9E96C;
}
</style>
background-color css
<style>
a { background-color: #C9E96C; }
a { background-color: rgb(201,233,108); }
div.DivClassName
{
background-color: #C9E96C;
}
.BgClassName
{
background-color: #C9E96C;
}
</style>
border-color css
<style>
span { border-color: #C9E96C; }
span { border-color: rgb(201,233,108); }
td.TdClassName
{
border-color: #C9E96C;
}
.TagClassName
{
border-color: #C9E96C;
}
</style>