Shades of Mindaro #E1FD6F
Tints of Mindaro #E1FD6F
RGB
CMYK
RGB Variations
Color information
#E1FD6F (or 0xE1FD6F) is known color: Mindaro. HEX triplet: E1, FD and 6F. RGB value is (225,253,111). Sum of RGB (Red+Green+Blue) = 225+253+111=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD6F is #1E0290. Grayscale: #E4E4E4. Windows color (decimal): -1966737 or 7339489. OLE color: 7339489.
HSL color Cylindrical-coordinate representation of color #E1FD6F: hue angle of 71.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1FD6F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 111 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.01 |
| HSL | 71.83º | 0.97% | 0.71% | - |
| HSV(B) | 71.83º | 0.56% | 0.99% | - |
| XYZ | 69.05 | 87.41 | 28.27 | - |
| YUV | 228.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 111 | 0.11 | 0 | 0.56 | 0.01 | 71.83 | 0.97 | 0.71 |
| Hex | E1 | FD | 6F | B | 0 | 38 | 1 | 48 | 61 | 47 |
| Octal | 341 | 375 | 157 | 13 | 0 | 70 | 1 | 110 | 141 | 107 |
| Binary | 11100001 | 11111101 | 1101111 | 1011 | 0 | 111000 | 1 | 1001000 | 1100001 | 1000111 |
Color Harmonies of #E1FD6F
Complementary color
Monochromatic Colors of #E1FD6F
Black with #E1FD6F
Text Example
Text Example
White with #E1FD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD6F; }
p { color: rgb(225,253,111); }
H1.HeaderClassName
{
color: #E1FD6F;
}
.AnyTagClassName
{
color: #E1FD6F;
}
</style>
background-color css
<style>
a { background-color: #E1FD6F; }
a { background-color: rgb(225,253,111); }
div.DivClassName
{
background-color: #E1FD6F;
}
.BgClassName
{
background-color: #E1FD6F;
}
</style>
border-color css
<style>
span { border-color: #E1FD6F; }
span { border-color: rgb(225,253,111); }
td.TdClassName
{
border-color: #E1FD6F;
}
.TagClassName
{
border-color: #E1FD6F;
}
</style>