Shades of Mindaro #C4EA64
Tints of Mindaro #C4EA64
RGB
CMYK
RGB Variations
Color information
#C4EA64 (or 0xC4EA64) is known color: Mindaro. HEX triplet: C4, EA and 64. RGB value is (196,234,100). Sum of RGB (Red+Green+Blue) = 196+234+100=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4EA64 is #3B159B. Grayscale: #CFCFCF. Windows color (decimal): -3872156 or 6613700. OLE color: 6613700.
HSL color Cylindrical-coordinate representation of color #C4EA64: hue angle of 77.01º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4EA64 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 234 | 100 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.08 |
| HSL | 77.01º | 0.76% | 0.65% | - |
| HSV(B) | 77.01º | 0.57% | 0.92% | - |
| XYZ | 54.49 | 71.5 | 22.99 | - |
| YUV | 207.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 234 | 100 | 0.16 | 0 | 0.57 | 0.08 | 77.01 | 0.76 | 0.65 |
| Hex | C4 | EA | 64 | 10 | 0 | 39 | 8 | 4D | 4C | 41 |
| Octal | 304 | 352 | 144 | 20 | 0 | 71 | 10 | 115 | 114 | 101 |
| Binary | 11000100 | 11101010 | 1100100 | 10000 | 0 | 111001 | 1000 | 1001101 | 1001100 | 1000001 |
Color Harmonies of #C4EA64
Complementary color
Monochromatic Colors of #C4EA64
Black with #C4EA64
Text Example
Text Example
White with #C4EA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EA64; }
p { color: rgb(196,234,100); }
H1.HeaderClassName
{
color: #C4EA64;
}
.AnyTagClassName
{
color: #C4EA64;
}
</style>
background-color css
<style>
a { background-color: #C4EA64; }
a { background-color: rgb(196,234,100); }
div.DivClassName
{
background-color: #C4EA64;
}
.BgClassName
{
background-color: #C4EA64;
}
</style>
border-color css
<style>
span { border-color: #C4EA64; }
span { border-color: rgb(196,234,100); }
td.TdClassName
{
border-color: #C4EA64;
}
.TagClassName
{
border-color: #C4EA64;
}
</style>