Shades of Mindaro #C9E66A
Tints of Mindaro #C9E66A
RGB
CMYK
RGB Variations
Color information
#C9E66A (or 0xC9E66A) is known color: Mindaro. HEX triplet: C9, E6 and 6A. RGB value is (201,230,106). Sum of RGB (Red+Green+Blue) = 201+230+106=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E66A is #361995. Grayscale: #CFCFCF. Windows color (decimal): -3545494 or 7005897. OLE color: 7005897.
HSL color Cylindrical-coordinate representation of color #C9E66A: hue angle of 74.03º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9E66A is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 106 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.10 |
| HSL | 74.03º | 0.71% | 0.66% | - |
| HSV(B) | 74.03º | 0.54% | 0.9% | - |
| XYZ | 54.99 | 70.05 | 24.26 | - |
| YUV | 207.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 106 | 0.13 | 0 | 0.54 | 0.10 | 74.03 | 0.71 | 0.66 |
| Hex | C9 | E6 | 6A | D | 0 | 36 | A | 4A | 47 | 42 |
| Octal | 311 | 346 | 152 | 15 | 0 | 66 | 12 | 112 | 107 | 102 |
| Binary | 11001001 | 11100110 | 1101010 | 1101 | 0 | 110110 | 1010 | 1001010 | 1000111 | 1000010 |
Color Harmonies of #C9E66A
Complementary color
Monochromatic Colors of #C9E66A
Black with #C9E66A
Text Example
Text Example
White with #C9E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E66A; }
p { color: rgb(201,230,106); }
H1.HeaderClassName
{
color: #C9E66A;
}
.AnyTagClassName
{
color: #C9E66A;
}
</style>
background-color css
<style>
a { background-color: #C9E66A; }
a { background-color: rgb(201,230,106); }
div.DivClassName
{
background-color: #C9E66A;
}
.BgClassName
{
background-color: #C9E66A;
}
</style>
border-color css
<style>
span { border-color: #C9E66A; }
span { border-color: rgb(201,230,106); }
td.TdClassName
{
border-color: #C9E66A;
}
.TagClassName
{
border-color: #C9E66A;
}
</style>