Shades of Mindaro #C4E366
Tints of Mindaro #C4E366
RGB
CMYK
RGB Variations
Color information
#C4E366 (or 0xC4E366) is known color: Mindaro. HEX triplet: C4, E3 and 66. RGB value is (196,227,102). Sum of RGB (Red+Green+Blue) = 196+227+102=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #C4E366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E366 is #3B1C99. Grayscale: #CBCBCB. Windows color (decimal): -3873946 or 6742980. OLE color: 6742980.
HSL color Cylindrical-coordinate representation of color #C4E366: hue angle of 74.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4E366 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 227 | 102 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.11 |
| HSL | 74.88º | 0.69% | 0.65% | - |
| HSV(B) | 74.88º | 0.55% | 0.89% | - |
| XYZ | 52.63 | 67.63 | 22.85 | - |
| YUV | 203.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 227 | 102 | 0.14 | 0 | 0.55 | 0.11 | 74.88 | 0.69 | 0.65 |
| Hex | C4 | E3 | 66 | E | 0 | 37 | B | 4B | 45 | 41 |
| Octal | 304 | 343 | 146 | 16 | 0 | 67 | 13 | 113 | 105 | 101 |
| Binary | 11000100 | 11100011 | 1100110 | 1110 | 0 | 110111 | 1011 | 1001011 | 1000101 | 1000001 |
Color Harmonies of #C4E366
Complementary color
Monochromatic Colors of #C4E366
Black with #C4E366
Text Example
Text Example
White with #C4E366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E366; }
p { color: rgb(196,227,102); }
H1.HeaderClassName
{
color: #C4E366;
}
.AnyTagClassName
{
color: #C4E366;
}
</style>
background-color css
<style>
a { background-color: #C4E366; }
a { background-color: rgb(196,227,102); }
div.DivClassName
{
background-color: #C4E366;
}
.BgClassName
{
background-color: #C4E366;
}
</style>
border-color css
<style>
span { border-color: #C4E366; }
span { border-color: rgb(196,227,102); }
td.TdClassName
{
border-color: #C4E366;
}
.TagClassName
{
border-color: #C4E366;
}
</style>