Shades of Mindaro #C4E864
Tints of Mindaro #C4E864
RGB
CMYK
RGB Variations
Color information
#C4E864 (or 0xC4E864) is known color: Mindaro. HEX triplet: C4, E8 and 64. RGB value is (196,232,100). Sum of RGB (Red+Green+Blue) = 196+232+100=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #C4E864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E864 is #3B179B. Grayscale: #CECECE. Windows color (decimal): -3872668 or 6613188. OLE color: 6613188.
HSL color Cylindrical-coordinate representation of color #C4E864: hue angle of 76.36º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4E864 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 232 | 100 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.09 |
| HSL | 76.36º | 0.74% | 0.65% | - |
| HSV(B) | 76.36º | 0.57% | 0.91% | - |
| XYZ | 53.92 | 70.37 | 22.8 | - |
| YUV | 206.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 100 | 0.16 | 0 | 0.57 | 0.09 | 76.36 | 0.74 | 0.65 |
| Hex | C4 | E8 | 64 | 10 | 0 | 39 | 9 | 4C | 4A | 41 |
| Octal | 304 | 350 | 144 | 20 | 0 | 71 | 11 | 114 | 112 | 101 |
| Binary | 11000100 | 11101000 | 1100100 | 10000 | 0 | 111001 | 1001 | 1001100 | 1001010 | 1000001 |
Color Harmonies of #C4E864
Complementary color
Monochromatic Colors of #C4E864
Black with #C4E864
Text Example
Text Example
White with #C4E864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E864; }
p { color: rgb(196,232,100); }
H1.HeaderClassName
{
color: #C4E864;
}
.AnyTagClassName
{
color: #C4E864;
}
</style>
background-color css
<style>
a { background-color: #C4E864; }
a { background-color: rgb(196,232,100); }
div.DivClassName
{
background-color: #C4E864;
}
.BgClassName
{
background-color: #C4E864;
}
</style>
border-color css
<style>
span { border-color: #C4E864; }
span { border-color: rgb(196,232,100); }
td.TdClassName
{
border-color: #C4E864;
}
.TagClassName
{
border-color: #C4E864;
}
</style>