Shades of Mindaro #C9EA6C
Tints of Mindaro #C9EA6C
RGB
CMYK
RGB Variations
Color information
#C9EA6C (or 0xC9EA6C) is known color: Mindaro. HEX triplet: C9, EA and 6C. RGB value is (201,234,108). Sum of RGB (Red+Green+Blue) = 201+234+108=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA6C is #361593. Grayscale: #D2D2D2. Windows color (decimal): -3544468 or 7137993. OLE color: 7137993.
HSL color Cylindrical-coordinate representation of color #C9EA6C: hue angle of 75.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9EA6C is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 108 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.08 |
| HSL | 75.71º | 0.75% | 0.67% | - |
| HSV(B) | 75.71º | 0.54% | 0.92% | - |
| XYZ | 56.22 | 72.35 | 25.19 | - |
| YUV | 209.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 108 | 0.14 | 0 | 0.54 | 0.08 | 75.71 | 0.75 | 0.67 |
| Hex | C9 | EA | 6C | E | 0 | 36 | 8 | 4C | 4B | 43 |
| Octal | 311 | 352 | 154 | 16 | 0 | 66 | 10 | 114 | 113 | 103 |
| Binary | 11001001 | 11101010 | 1101100 | 1110 | 0 | 110110 | 1000 | 1001100 | 1001011 | 1000011 |
Color Harmonies of #C9EA6C
Complementary color
Monochromatic Colors of #C9EA6C
Black with #C9EA6C
Text Example
Text Example
White with #C9EA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA6C; }
p { color: rgb(201,234,108); }
H1.HeaderClassName
{
color: #C9EA6C;
}
.AnyTagClassName
{
color: #C9EA6C;
}
</style>
background-color css
<style>
a { background-color: #C9EA6C; }
a { background-color: rgb(201,234,108); }
div.DivClassName
{
background-color: #C9EA6C;
}
.BgClassName
{
background-color: #C9EA6C;
}
</style>
border-color css
<style>
span { border-color: #C9EA6C; }
span { border-color: rgb(201,234,108); }
td.TdClassName
{
border-color: #C9EA6C;
}
.TagClassName
{
border-color: #C9EA6C;
}
</style>