Shades of Mindaro #C9E65E
Tints of Mindaro #C9E65E
RGB
CMYK
RGB Variations
Color information
#C9E65E (or 0xC9E65E) is known color: Mindaro. HEX triplet: C9, E6 and 5E. RGB value is (201,230,94). Sum of RGB (Red+Green+Blue) = 201+230+94=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E65E is #3619A1. Grayscale: #CECECE. Windows color (decimal): -3545506 or 6219465. OLE color: 6219465.
HSL color Cylindrical-coordinate representation of color #C9E65E: hue angle of 72.79º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9E65E is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 94 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.10 |
| HSL | 72.79º | 0.73% | 0.64% | - |
| HSV(B) | 72.79º | 0.59% | 0.9% | - |
| XYZ | 54.4 | 69.82 | 21.2 | - |
| YUV | 205.83 | 64.89 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 94 | 0.13 | 0 | 0.59 | 0.10 | 72.79 | 0.73 | 0.64 |
| Hex | C9 | E6 | 5E | D | 0 | 3B | A | 49 | 49 | 40 |
| Octal | 311 | 346 | 136 | 15 | 0 | 73 | 12 | 111 | 111 | 100 |
| Binary | 11001001 | 11100110 | 1011110 | 1101 | 0 | 111011 | 1010 | 1001001 | 1001001 | 1000000 |
Color Harmonies of #C9E65E
Complementary color
Monochromatic Colors of #C9E65E
Black with #C9E65E
Text Example
Text Example
White with #C9E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E65E; }
p { color: rgb(201,230,94); }
H1.HeaderClassName
{
color: #C9E65E;
}
.AnyTagClassName
{
color: #C9E65E;
}
</style>
background-color css
<style>
a { background-color: #C9E65E; }
a { background-color: rgb(201,230,94); }
div.DivClassName
{
background-color: #C9E65E;
}
.BgClassName
{
background-color: #C9E65E;
}
</style>
border-color css
<style>
span { border-color: #C9E65E; }
span { border-color: rgb(201,230,94); }
td.TdClassName
{
border-color: #C9E65E;
}
.TagClassName
{
border-color: #C9E65E;
}
</style>