Shades of Mindaro #C4E364
Tints of Mindaro #C4E364
RGB
CMYK
RGB Variations
Color information
#C4E364 (or 0xC4E364) is known color: Mindaro. HEX triplet: C4, E3 and 64. RGB value is (196,227,100). Sum of RGB (Red+Green+Blue) = 196+227+100=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #C4E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E364 is #3B1C9B. Grayscale: #CBCBCB. Windows color (decimal): -3873948 or 6611908. OLE color: 6611908.
HSL color Cylindrical-coordinate representation of color #C4E364: hue angle of 74.65º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4E364 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 227 | 100 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.11 |
| HSL | 74.65º | 0.69% | 0.64% | - |
| HSV(B) | 74.65º | 0.56% | 0.89% | - |
| XYZ | 52.53 | 67.59 | 22.33 | - |
| YUV | 203.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 227 | 100 | 0.14 | 0 | 0.56 | 0.11 | 74.65 | 0.69 | 0.64 |
| Hex | C4 | E3 | 64 | E | 0 | 38 | B | 4B | 45 | 40 |
| Octal | 304 | 343 | 144 | 16 | 0 | 70 | 13 | 113 | 105 | 100 |
| Binary | 11000100 | 11100011 | 1100100 | 1110 | 0 | 111000 | 1011 | 1001011 | 1000101 | 1000000 |
Color Harmonies of #C4E364
Complementary color
Monochromatic Colors of #C4E364
Black with #C4E364
Text Example
Text Example
White with #C4E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E364; }
p { color: rgb(196,227,100); }
H1.HeaderClassName
{
color: #C4E364;
}
.AnyTagClassName
{
color: #C4E364;
}
</style>
background-color css
<style>
a { background-color: #C4E364; }
a { background-color: rgb(196,227,100); }
div.DivClassName
{
background-color: #C4E364;
}
.BgClassName
{
background-color: #C4E364;
}
</style>
border-color css
<style>
span { border-color: #C4E364; }
span { border-color: rgb(196,227,100); }
td.TdClassName
{
border-color: #C4E364;
}
.TagClassName
{
border-color: #C4E364;
}
</style>