Shades of Mindaro #E3F37D
Tints of Mindaro #E3F37D
RGB
CMYK
RGB Variations
Color information
#E3F37D (or 0xE3F37D) is known color: Mindaro. HEX triplet: E3, F3 and 7D. RGB value is (227,243,125). Sum of RGB (Red+Green+Blue) = 227+243+125=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #E3F37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3F37D is #1C0C82. Grayscale: #E1E1E1. Windows color (decimal): -1838211 or 8254435. OLE color: 8254435.
HSL color Cylindrical-coordinate representation of color #E3F37D: hue angle of 68.14º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E3F37D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 243 | 125 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.05 |
| HSL | 68.14º | 0.83% | 0.72% | - |
| HSV(B) | 68.14º | 0.49% | 0.95% | - |
| XYZ | 67.43 | 81.91 | 31.66 | - |
| YUV | 224.76 | 71.7 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 243 | 125 | 0.07 | 0 | 0.49 | 0.05 | 68.14 | 0.83 | 0.72 |
| Hex | E3 | F3 | 7D | 7 | 0 | 31 | 5 | 44 | 53 | 48 |
| Octal | 343 | 363 | 175 | 7 | 0 | 61 | 5 | 104 | 123 | 110 |
| Binary | 11100011 | 11110011 | 1111101 | 111 | 0 | 110001 | 101 | 1000100 | 1010011 | 1001000 |
Color Harmonies of #E3F37D
Complementary color
Monochromatic Colors of #E3F37D
Black with #E3F37D
Text Example
Text Example
White with #E3F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F37D; }
p { color: rgb(227,243,125); }
H1.HeaderClassName
{
color: #E3F37D;
}
.AnyTagClassName
{
color: #E3F37D;
}
</style>
background-color css
<style>
a { background-color: #E3F37D; }
a { background-color: rgb(227,243,125); }
div.DivClassName
{
background-color: #E3F37D;
}
.BgClassName
{
background-color: #E3F37D;
}
</style>
border-color css
<style>
span { border-color: #E3F37D; }
span { border-color: rgb(227,243,125); }
td.TdClassName
{
border-color: #E3F37D;
}
.TagClassName
{
border-color: #E3F37D;
}
</style>