Shades of Mindaro #E1F46B
Tints of Mindaro #E1F46B
RGB
CMYK
RGB Variations
Color information
#E1F46B (or 0xE1F46B) is known color: Mindaro. HEX triplet: E1, F4 and 6B. RGB value is (225,244,107). Sum of RGB (Red+Green+Blue) = 225+244+107=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F46B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F46B is #1E0B94. Grayscale: #DFDFDF. Windows color (decimal): -1969045 or 7075041. OLE color: 7075041.
HSL color Cylindrical-coordinate representation of color #E1F46B: hue angle of 68.32º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1F46B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 107 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.04 |
| HSL | 68.32º | 0.86% | 0.69% | - |
| HSV(B) | 68.32º | 0.56% | 0.96% | - |
| XYZ | 66.06 | 81.77 | 26.21 | - |
| YUV | 222.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 107 | 0.08 | 0 | 0.56 | 0.04 | 68.32 | 0.86 | 0.69 |
| Hex | E1 | F4 | 6B | 8 | 0 | 38 | 4 | 44 | 56 | 45 |
| Octal | 341 | 364 | 153 | 10 | 0 | 70 | 4 | 104 | 126 | 105 |
| Binary | 11100001 | 11110100 | 1101011 | 1000 | 0 | 111000 | 100 | 1000100 | 1010110 | 1000101 |
Color Harmonies of #E1F46B
Complementary color
Monochromatic Colors of #E1F46B
Black with #E1F46B
Text Example
Text Example
White with #E1F46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F46B; }
p { color: rgb(225,244,107); }
H1.HeaderClassName
{
color: #E1F46B;
}
.AnyTagClassName
{
color: #E1F46B;
}
</style>
background-color css
<style>
a { background-color: #E1F46B; }
a { background-color: rgb(225,244,107); }
div.DivClassName
{
background-color: #E1F46B;
}
.BgClassName
{
background-color: #E1F46B;
}
</style>
border-color css
<style>
span { border-color: #E1F46B; }
span { border-color: rgb(225,244,107); }
td.TdClassName
{
border-color: #E1F46B;
}
.TagClassName
{
border-color: #E1F46B;
}
</style>