Shades of Mindaro #C4EB64
Tints of Mindaro #C4EB64
RGB
CMYK
RGB Variations
Color information
#C4EB64 (or 0xC4EB64) is known color: Mindaro. HEX triplet: C4, EB and 64. RGB value is (196,235,100). Sum of RGB (Red+Green+Blue) = 196+235+100=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4EB64 is #3B149B. Grayscale: #D0D0D0. Windows color (decimal): -3871900 or 6613956. OLE color: 6613956.
HSL color Cylindrical-coordinate representation of color #C4EB64: hue angle of 77.33º 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 #C4EB64 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 235 | 100 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.08 |
| HSL | 77.33º | 0.77% | 0.66% | - |
| HSV(B) | 77.33º | 0.57% | 0.92% | - |
| XYZ | 54.77 | 72.07 | 23.08 | - |
| YUV | 207.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 235 | 100 | 0.17 | 0 | 0.57 | 0.08 | 77.33 | 0.77 | 0.66 |
| Hex | C4 | EB | 64 | 11 | 0 | 39 | 8 | 4D | 4D | 42 |
| Octal | 304 | 353 | 144 | 21 | 0 | 71 | 10 | 115 | 115 | 102 |
| Binary | 11000100 | 11101011 | 1100100 | 10001 | 0 | 111001 | 1000 | 1001101 | 1001101 | 1000010 |
Color Harmonies of #C4EB64
Complementary color
Monochromatic Colors of #C4EB64
Black with #C4EB64
Text Example
Text Example
White with #C4EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EB64; }
p { color: rgb(196,235,100); }
H1.HeaderClassName
{
color: #C4EB64;
}
.AnyTagClassName
{
color: #C4EB64;
}
</style>
background-color css
<style>
a { background-color: #C4EB64; }
a { background-color: rgb(196,235,100); }
div.DivClassName
{
background-color: #C4EB64;
}
.BgClassName
{
background-color: #C4EB64;
}
</style>
border-color css
<style>
span { border-color: #C4EB64; }
span { border-color: rgb(196,235,100); }
td.TdClassName
{
border-color: #C4EB64;
}
.TagClassName
{
border-color: #C4EB64;
}
</style>