Shades of Mindaro #C9EB65
Tints of Mindaro #C9EB65
RGB
CMYK
RGB Variations
Color information
#C9EB65 (or 0xC9EB65) is known color: Mindaro. HEX triplet: C9, EB and 65. RGB value is (201,235,101). Sum of RGB (Red+Green+Blue) = 201+235+101=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB65 is #36149A. Grayscale: #D2D2D2. Windows color (decimal): -3544219 or 6679497. OLE color: 6679497.
HSL color Cylindrical-coordinate representation of color #C9EB65: hue angle of 75.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9EB65 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 101 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.08 |
| HSL | 75.22º | 0.77% | 0.66% | - |
| HSV(B) | 75.22º | 0.57% | 0.92% | - |
| XYZ | 56.14 | 72.77 | 23.4 | - |
| YUV | 209.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 101 | 0.14 | 0 | 0.57 | 0.08 | 75.22 | 0.77 | 0.66 |
| Hex | C9 | EB | 65 | E | 0 | 39 | 8 | 4B | 4D | 42 |
| Octal | 311 | 353 | 145 | 16 | 0 | 71 | 10 | 113 | 115 | 102 |
| Binary | 11001001 | 11101011 | 1100101 | 1110 | 0 | 111001 | 1000 | 1001011 | 1001101 | 1000010 |
Color Harmonies of #C9EB65
Complementary color
Monochromatic Colors of #C9EB65
Black with #C9EB65
Text Example
Text Example
White with #C9EB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB65; }
p { color: rgb(201,235,101); }
H1.HeaderClassName
{
color: #C9EB65;
}
.AnyTagClassName
{
color: #C9EB65;
}
</style>
background-color css
<style>
a { background-color: #C9EB65; }
a { background-color: rgb(201,235,101); }
div.DivClassName
{
background-color: #C9EB65;
}
.BgClassName
{
background-color: #C9EB65;
}
</style>
border-color css
<style>
span { border-color: #C9EB65; }
span { border-color: rgb(201,235,101); }
td.TdClassName
{
border-color: #C9EB65;
}
.TagClassName
{
border-color: #C9EB65;
}
</style>