Shades of Mindaro #C9E96A
Tints of Mindaro #C9E96A
RGB
CMYK
RGB Variations
Color information
#C9E96A (or 0xC9E96A) is known color: Mindaro. HEX triplet: C9, E9 and 6A. RGB value is (201,233,106). Sum of RGB (Red+Green+Blue) = 201+233+106=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E96A is #361695. Grayscale: #D1D1D1. Windows color (decimal): -3544726 or 7006665. OLE color: 7006665.
HSL color Cylindrical-coordinate representation of color #C9E96A: hue angle of 75.12º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9E96A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 106 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.09 |
| HSL | 75.12º | 0.74% | 0.66% | - |
| HSV(B) | 75.12º | 0.55% | 0.91% | - |
| XYZ | 55.83 | 71.74 | 24.54 | - |
| YUV | 208.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 106 | 0.14 | 0 | 0.55 | 0.09 | 75.12 | 0.74 | 0.66 |
| Hex | C9 | E9 | 6A | E | 0 | 37 | 9 | 4B | 4A | 42 |
| Octal | 311 | 351 | 152 | 16 | 0 | 67 | 11 | 113 | 112 | 102 |
| Binary | 11001001 | 11101001 | 1101010 | 1110 | 0 | 110111 | 1001 | 1001011 | 1001010 | 1000010 |
Color Harmonies of #C9E96A
Complementary color
Monochromatic Colors of #C9E96A
Black with #C9E96A
Text Example
Text Example
White with #C9E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E96A; }
p { color: rgb(201,233,106); }
H1.HeaderClassName
{
color: #C9E96A;
}
.AnyTagClassName
{
color: #C9E96A;
}
</style>
background-color css
<style>
a { background-color: #C9E96A; }
a { background-color: rgb(201,233,106); }
div.DivClassName
{
background-color: #C9E96A;
}
.BgClassName
{
background-color: #C9E96A;
}
</style>
border-color css
<style>
span { border-color: #C9E96A; }
span { border-color: rgb(201,233,106); }
td.TdClassName
{
border-color: #C9E96A;
}
.TagClassName
{
border-color: #C9E96A;
}
</style>