Shades of Mindaro #C9EB64
Tints of Mindaro #C9EB64
RGB
CMYK
RGB Variations
Color information
#C9EB64 (or 0xC9EB64) is known color: Mindaro. HEX triplet: C9, EB and 64. RGB value is (201,235,100). Sum of RGB (Red+Green+Blue) = 201+235+100=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB64 is #36149B. Grayscale: #D1D1D1. Windows color (decimal): -3544220 or 6613961. OLE color: 6613961.
HSL color Cylindrical-coordinate representation of color #C9EB64: hue angle of 75.11º 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 #C9EB64 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 100 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.08 |
| HSL | 75.11º | 0.77% | 0.66% | - |
| HSV(B) | 75.11º | 0.57% | 0.92% | - |
| XYZ | 56.1 | 72.75 | 23.14 | - |
| YUV | 209.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 100 | 0.14 | 0 | 0.57 | 0.08 | 75.11 | 0.77 | 0.66 |
| Hex | C9 | EB | 64 | E | 0 | 39 | 8 | 4B | 4D | 42 |
| Octal | 311 | 353 | 144 | 16 | 0 | 71 | 10 | 113 | 115 | 102 |
| Binary | 11001001 | 11101011 | 1100100 | 1110 | 0 | 111001 | 1000 | 1001011 | 1001101 | 1000010 |
Color Harmonies of #C9EB64
Complementary color
Monochromatic Colors of #C9EB64
Black with #C9EB64
Text Example
Text Example
White with #C9EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB64; }
p { color: rgb(201,235,100); }
H1.HeaderClassName
{
color: #C9EB64;
}
.AnyTagClassName
{
color: #C9EB64;
}
</style>
background-color css
<style>
a { background-color: #C9EB64; }
a { background-color: rgb(201,235,100); }
div.DivClassName
{
background-color: #C9EB64;
}
.BgClassName
{
background-color: #C9EB64;
}
</style>
border-color css
<style>
span { border-color: #C9EB64; }
span { border-color: rgb(201,235,100); }
td.TdClassName
{
border-color: #C9EB64;
}
.TagClassName
{
border-color: #C9EB64;
}
</style>