Shades of Mindaro #E5F27D
Tints of Mindaro #E5F27D
RGB
CMYK
RGB Variations
Color information
#E5F27D (or 0xE5F27D) is known color: Mindaro. HEX triplet: E5, F2 and 7D. RGB value is (229,242,125). Sum of RGB (Red+Green+Blue) = 229+242+125=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F27D is #1A0D82. Grayscale: #E1E1E1. Windows color (decimal): -1707395 or 8254181. OLE color: 8254181.
HSL color Cylindrical-coordinate representation of color #E5F27D: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5F27D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 125 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.05 |
| HSL | 66.67º | 0.82% | 0.72% | - |
| HSV(B) | 66.67º | 0.48% | 0.95% | - |
| XYZ | 67.77 | 81.64 | 31.59 | - |
| YUV | 224.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 125 | 0.05 | 0 | 0.48 | 0.05 | 66.67 | 0.82 | 0.72 |
| Hex | E5 | F2 | 7D | 5 | 0 | 30 | 5 | 43 | 52 | 48 |
| Octal | 345 | 362 | 175 | 5 | 0 | 60 | 5 | 103 | 122 | 110 |
| Binary | 11100101 | 11110010 | 1111101 | 101 | 0 | 110000 | 101 | 1000011 | 1010010 | 1001000 |
Color Harmonies of #E5F27D
Complementary color
Monochromatic Colors of #E5F27D
Black with #E5F27D
Text Example
Text Example
White with #E5F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F27D; }
p { color: rgb(229,242,125); }
H1.HeaderClassName
{
color: #E5F27D;
}
.AnyTagClassName
{
color: #E5F27D;
}
</style>
background-color css
<style>
a { background-color: #E5F27D; }
a { background-color: rgb(229,242,125); }
div.DivClassName
{
background-color: #E5F27D;
}
.BgClassName
{
background-color: #E5F27D;
}
</style>
border-color css
<style>
span { border-color: #E5F27D; }
span { border-color: rgb(229,242,125); }
td.TdClassName
{
border-color: #E5F27D;
}
.TagClassName
{
border-color: #E5F27D;
}
</style>