Shades of Mindaro #C9E95F
Tints of Mindaro #C9E95F
RGB
CMYK
RGB Variations
Color information
#C9E95F (or 0xC9E95F) is known color: Mindaro. HEX triplet: C9, E9 and 5F. RGB value is (201,233,95). Sum of RGB (Red+Green+Blue) = 201+233+95=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E95F is #3616A0. Grayscale: #D0D0D0. Windows color (decimal): -3544737 or 6285769. OLE color: 6285769.
HSL color Cylindrical-coordinate representation of color #C9E95F: hue angle of 73.91º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9E95F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 95 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.09 |
| HSL | 73.91º | 0.76% | 0.64% | - |
| HSV(B) | 73.91º | 0.59% | 0.91% | - |
| XYZ | 55.29 | 71.52 | 21.72 | - |
| YUV | 207.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 95 | 0.14 | 0 | 0.59 | 0.09 | 73.91 | 0.76 | 0.64 |
| Hex | C9 | E9 | 5F | E | 0 | 3B | 9 | 4A | 4C | 40 |
| Octal | 311 | 351 | 137 | 16 | 0 | 73 | 11 | 112 | 114 | 100 |
| Binary | 11001001 | 11101001 | 1011111 | 1110 | 0 | 111011 | 1001 | 1001010 | 1001100 | 1000000 |
Color Harmonies of #C9E95F
Complementary color
Monochromatic Colors of #C9E95F
Black with #C9E95F
Text Example
Text Example
White with #C9E95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E95F; }
p { color: rgb(201,233,95); }
H1.HeaderClassName
{
color: #C9E95F;
}
.AnyTagClassName
{
color: #C9E95F;
}
</style>
background-color css
<style>
a { background-color: #C9E95F; }
a { background-color: rgb(201,233,95); }
div.DivClassName
{
background-color: #C9E95F;
}
.BgClassName
{
background-color: #C9E95F;
}
</style>
border-color css
<style>
span { border-color: #C9E95F; }
span { border-color: rgb(201,233,95); }
td.TdClassName
{
border-color: #C9E95F;
}
.TagClassName
{
border-color: #C9E95F;
}
</style>