Shades of Mindaro #E1F16C
Tints of Mindaro #E1F16C
RGB
CMYK
RGB Variations
Color information
#E1F16C (or 0xE1F16C) is known color: Mindaro. HEX triplet: E1, F1 and 6C. RGB value is (225,241,108). Sum of RGB (Red+Green+Blue) = 225+241+108=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F16C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F16C is #1E0E93. Grayscale: #DDDDDD. Windows color (decimal): -1969812 or 7139809. OLE color: 7139809.
HSL color Cylindrical-coordinate representation of color #E1F16C: hue angle of 67.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1F16C is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 108 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.05 |
| HSL | 67.22º | 0.83% | 0.68% | - |
| HSV(B) | 67.22º | 0.55% | 0.95% | - |
| XYZ | 65.21 | 80 | 26.19 | - |
| YUV | 221.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 108 | 0.07 | 0 | 0.55 | 0.05 | 67.22 | 0.83 | 0.68 |
| Hex | E1 | F1 | 6C | 7 | 0 | 37 | 5 | 43 | 53 | 44 |
| Octal | 341 | 361 | 154 | 7 | 0 | 67 | 5 | 103 | 123 | 104 |
| Binary | 11100001 | 11110001 | 1101100 | 111 | 0 | 110111 | 101 | 1000011 | 1010011 | 1000100 |
Color Harmonies of #E1F16C
Complementary color
Monochromatic Colors of #E1F16C
Black with #E1F16C
Text Example
Text Example
White with #E1F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F16C; }
p { color: rgb(225,241,108); }
H1.HeaderClassName
{
color: #E1F16C;
}
.AnyTagClassName
{
color: #E1F16C;
}
</style>
background-color css
<style>
a { background-color: #E1F16C; }
a { background-color: rgb(225,241,108); }
div.DivClassName
{
background-color: #E1F16C;
}
.BgClassName
{
background-color: #E1F16C;
}
</style>
border-color css
<style>
span { border-color: #E1F16C; }
span { border-color: rgb(225,241,108); }
td.TdClassName
{
border-color: #E1F16C;
}
.TagClassName
{
border-color: #E1F16C;
}
</style>