Shades of Mindaro #E1FD70
Tints of Mindaro #E1FD70
RGB
CMYK
RGB Variations
Color information
#E1FD70 (or 0xE1FD70) is known color: Mindaro. HEX triplet: E1, FD and 70. RGB value is (225,253,112). Sum of RGB (Red+Green+Blue) = 225+253+112=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD70 is #1E028F. Grayscale: #E5E5E5. Windows color (decimal): -1966736 or 7405025. OLE color: 7405025.
HSL color Cylindrical-coordinate representation of color #E1FD70: hue angle of 71.91º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1FD70 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 112 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.01 |
| HSL | 71.91º | 0.97% | 0.72% | - |
| HSV(B) | 71.91º | 0.56% | 0.99% | - |
| XYZ | 69.1 | 87.43 | 28.56 | - |
| YUV | 228.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 112 | 0.11 | 0 | 0.56 | 0.01 | 71.91 | 0.97 | 0.72 |
| Hex | E1 | FD | 70 | B | 0 | 38 | 1 | 48 | 61 | 48 |
| Octal | 341 | 375 | 160 | 13 | 0 | 70 | 1 | 110 | 141 | 110 |
| Binary | 11100001 | 11111101 | 1110000 | 1011 | 0 | 111000 | 1 | 1001000 | 1100001 | 1001000 |
Color Harmonies of #E1FD70
Complementary color
Monochromatic Colors of #E1FD70
Black with #E1FD70
Text Example
Text Example
White with #E1FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD70; }
p { color: rgb(225,253,112); }
H1.HeaderClassName
{
color: #E1FD70;
}
.AnyTagClassName
{
color: #E1FD70;
}
</style>
background-color css
<style>
a { background-color: #E1FD70; }
a { background-color: rgb(225,253,112); }
div.DivClassName
{
background-color: #E1FD70;
}
.BgClassName
{
background-color: #E1FD70;
}
</style>
border-color css
<style>
span { border-color: #E1FD70; }
span { border-color: rgb(225,253,112); }
td.TdClassName
{
border-color: #E1FD70;
}
.TagClassName
{
border-color: #E1FD70;
}
</style>