Shades of Mindaro #C9E95E
Tints of Mindaro #C9E95E
RGB
CMYK
RGB Variations
Color information
#C9E95E (or 0xC9E95E) is known color: Mindaro. HEX triplet: C9, E9 and 5E. RGB value is (201,233,94). Sum of RGB (Red+Green+Blue) = 201+233+94=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E95E is #3616A1. Grayscale: #D0D0D0. Windows color (decimal): -3544738 or 6220233. OLE color: 6220233.
HSL color Cylindrical-coordinate representation of color #C9E95E: hue angle of 73.81º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9E95E is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 94 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.09 |
| HSL | 73.81º | 0.76% | 0.64% | - |
| HSV(B) | 73.81º | 0.6% | 0.91% | - |
| XYZ | 55.25 | 71.5 | 21.48 | - |
| YUV | 207.59 | 63.9 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 94 | 0.14 | 0 | 0.60 | 0.09 | 73.81 | 0.76 | 0.64 |
| Hex | C9 | E9 | 5E | E | 0 | 3C | 9 | 4A | 4C | 40 |
| Octal | 311 | 351 | 136 | 16 | 0 | 74 | 11 | 112 | 114 | 100 |
| Binary | 11001001 | 11101001 | 1011110 | 1110 | 0 | 111100 | 1001 | 1001010 | 1001100 | 1000000 |
Color Harmonies of #C9E95E
Complementary color
Monochromatic Colors of #C9E95E
Black with #C9E95E
Text Example
Text Example
White with #C9E95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E95E; }
p { color: rgb(201,233,94); }
H1.HeaderClassName
{
color: #C9E95E;
}
.AnyTagClassName
{
color: #C9E95E;
}
</style>
background-color css
<style>
a { background-color: #C9E95E; }
a { background-color: rgb(201,233,94); }
div.DivClassName
{
background-color: #C9E95E;
}
.BgClassName
{
background-color: #C9E95E;
}
</style>
border-color css
<style>
span { border-color: #C9E95E; }
span { border-color: rgb(201,233,94); }
td.TdClassName
{
border-color: #C9E95E;
}
.TagClassName
{
border-color: #C9E95E;
}
</style>