Shades of Mindaro #E3F07D
Tints of Mindaro #E3F07D
RGB
CMYK
RGB Variations
Color information
#E3F07D (or 0xE3F07D) is known color: Mindaro. HEX triplet: E3, F0 and 7D. RGB value is (227,240,125). Sum of RGB (Red+Green+Blue) = 227+240+125=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #E3F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3F07D is #1C0F82. Grayscale: #DFDFDF. Windows color (decimal): -1838979 or 8253667. OLE color: 8253667.
HSL color Cylindrical-coordinate representation of color #E3F07D: hue angle of 66.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3F07D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 240 | 125 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.06 |
| HSL | 66.78º | 0.79% | 0.72% | - |
| HSV(B) | 66.78º | 0.48% | 0.94% | - |
| XYZ | 66.54 | 80.13 | 31.36 | - |
| YUV | 223 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 240 | 125 | 0.05 | 0 | 0.48 | 0.06 | 66.78 | 0.79 | 0.72 |
| Hex | E3 | F0 | 7D | 5 | 0 | 30 | 6 | 43 | 4F | 48 |
| Octal | 343 | 360 | 175 | 5 | 0 | 60 | 6 | 103 | 117 | 110 |
| Binary | 11100011 | 11110000 | 1111101 | 101 | 0 | 110000 | 110 | 1000011 | 1001111 | 1001000 |
Color Harmonies of #E3F07D
Complementary color
Monochromatic Colors of #E3F07D
Black with #E3F07D
Text Example
Text Example
White with #E3F07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F07D; }
p { color: rgb(227,240,125); }
H1.HeaderClassName
{
color: #E3F07D;
}
.AnyTagClassName
{
color: #E3F07D;
}
</style>
background-color css
<style>
a { background-color: #E3F07D; }
a { background-color: rgb(227,240,125); }
div.DivClassName
{
background-color: #E3F07D;
}
.BgClassName
{
background-color: #E3F07D;
}
</style>
border-color css
<style>
span { border-color: #E3F07D; }
span { border-color: rgb(227,240,125); }
td.TdClassName
{
border-color: #E3F07D;
}
.TagClassName
{
border-color: #E3F07D;
}
</style>