Shades of Mindaro #C9EA5C
Tints of Mindaro #C9EA5C
RGB
CMYK
RGB Variations
Color information
#C9EA5C (or 0xC9EA5C) is known color: Mindaro. HEX triplet: C9, EA and 5C. RGB value is (201,234,92). Sum of RGB (Red+Green+Blue) = 201+234+92=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA5C is #3615A3. Grayscale: #D0D0D0. Windows color (decimal): -3544484 or 6089417. OLE color: 6089417.
HSL color Cylindrical-coordinate representation of color #C9EA5C: hue angle of 73.94º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9EA5C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 92 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.08 |
| HSL | 73.94º | 0.77% | 0.64% | - |
| HSV(B) | 73.94º | 0.61% | 0.92% | - |
| XYZ | 55.44 | 72.04 | 21.11 | - |
| YUV | 207.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 92 | 0.14 | 0 | 0.61 | 0.08 | 73.94 | 0.77 | 0.64 |
| Hex | C9 | EA | 5C | E | 0 | 3D | 8 | 4A | 4D | 40 |
| Octal | 311 | 352 | 134 | 16 | 0 | 75 | 10 | 112 | 115 | 100 |
| Binary | 11001001 | 11101010 | 1011100 | 1110 | 0 | 111101 | 1000 | 1001010 | 1001101 | 1000000 |
Color Harmonies of #C9EA5C
Complementary color
Monochromatic Colors of #C9EA5C
Black with #C9EA5C
Text Example
Text Example
White with #C9EA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA5C; }
p { color: rgb(201,234,92); }
H1.HeaderClassName
{
color: #C9EA5C;
}
.AnyTagClassName
{
color: #C9EA5C;
}
</style>
background-color css
<style>
a { background-color: #C9EA5C; }
a { background-color: rgb(201,234,92); }
div.DivClassName
{
background-color: #C9EA5C;
}
.BgClassName
{
background-color: #C9EA5C;
}
</style>
border-color css
<style>
span { border-color: #C9EA5C; }
span { border-color: rgb(201,234,92); }
td.TdClassName
{
border-color: #C9EA5C;
}
.TagClassName
{
border-color: #C9EA5C;
}
</style>