Shades of Mindaro #E1FC6B
Tints of Mindaro #E1FC6B
RGB
CMYK
RGB Variations
Color information
#E1FC6B (or 0xE1FC6B) is known color: Mindaro. HEX triplet: E1, FC and 6B. RGB value is (225,252,107). Sum of RGB (Red+Green+Blue) = 225+252+107=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FC6B is #1E0394. Grayscale: #E3E3E3. Windows color (decimal): -1966997 or 7077089. OLE color: 7077089.
HSL color Cylindrical-coordinate representation of color #E1FC6B: hue angle of 71.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1FC6B is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 107 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.01 |
| HSL | 71.17º | 0.96% | 0.7% | - |
| HSV(B) | 71.17º | 0.58% | 0.99% | - |
| XYZ | 68.52 | 86.69 | 27.03 | - |
| YUV | 227.4 | 60.05 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 107 | 0.11 | 0 | 0.58 | 0.01 | 71.17 | 0.96 | 0.7 |
| Hex | E1 | FC | 6B | B | 0 | 3A | 1 | 47 | 60 | 46 |
| Octal | 341 | 374 | 153 | 13 | 0 | 72 | 1 | 107 | 140 | 106 |
| Binary | 11100001 | 11111100 | 1101011 | 1011 | 0 | 111010 | 1 | 1000111 | 1100000 | 1000110 |
Color Harmonies of #E1FC6B
Complementary color
Monochromatic Colors of #E1FC6B
Black with #E1FC6B
Text Example
Text Example
White with #E1FC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FC6B; }
p { color: rgb(225,252,107); }
H1.HeaderClassName
{
color: #E1FC6B;
}
.AnyTagClassName
{
color: #E1FC6B;
}
</style>
background-color css
<style>
a { background-color: #E1FC6B; }
a { background-color: rgb(225,252,107); }
div.DivClassName
{
background-color: #E1FC6B;
}
.BgClassName
{
background-color: #E1FC6B;
}
</style>
border-color css
<style>
span { border-color: #E1FC6B; }
span { border-color: rgb(225,252,107); }
td.TdClassName
{
border-color: #E1FC6B;
}
.TagClassName
{
border-color: #E1FC6B;
}
</style>