Shades of Mindaro #C4E564
Tints of Mindaro #C4E564
RGB
CMYK
RGB Variations
Color information
#C4E564 (or 0xC4E564) is known color: Mindaro. HEX triplet: C4, E5 and 64. RGB value is (196,229,100). Sum of RGB (Red+Green+Blue) = 196+229+100=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E564 is #3B1A9B. Grayscale: #CCCCCC. Windows color (decimal): -3873436 or 6612420. OLE color: 6612420.
HSL color Cylindrical-coordinate representation of color #C4E564: hue angle of 75.35º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4E564 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 100 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.10 |
| HSL | 75.35º | 0.71% | 0.65% | - |
| HSV(B) | 75.35º | 0.56% | 0.9% | - |
| XYZ | 53.08 | 68.69 | 22.52 | - |
| YUV | 204.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 100 | 0.14 | 0 | 0.56 | 0.10 | 75.35 | 0.71 | 0.65 |
| Hex | C4 | E5 | 64 | E | 0 | 38 | A | 4B | 47 | 41 |
| Octal | 304 | 345 | 144 | 16 | 0 | 70 | 12 | 113 | 107 | 101 |
| Binary | 11000100 | 11100101 | 1100100 | 1110 | 0 | 111000 | 1010 | 1001011 | 1000111 | 1000001 |
Color Harmonies of #C4E564
Complementary color
Monochromatic Colors of #C4E564
Black with #C4E564
Text Example
Text Example
White with #C4E564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E564; }
p { color: rgb(196,229,100); }
H1.HeaderClassName
{
color: #C4E564;
}
.AnyTagClassName
{
color: #C4E564;
}
</style>
background-color css
<style>
a { background-color: #C4E564; }
a { background-color: rgb(196,229,100); }
div.DivClassName
{
background-color: #C4E564;
}
.BgClassName
{
background-color: #C4E564;
}
</style>
border-color css
<style>
span { border-color: #C4E564; }
span { border-color: rgb(196,229,100); }
td.TdClassName
{
border-color: #C4E564;
}
.TagClassName
{
border-color: #C4E564;
}
</style>