Shades of Mindaro #E5F27C
Tints of Mindaro #E5F27C
RGB
CMYK
RGB Variations
Color information
#E5F27C (or 0xE5F27C) is known color: Mindaro. HEX triplet: E5, F2 and 7C. RGB value is (229,242,124). Sum of RGB (Red+Green+Blue) = 229+242+124=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F27C is #1A0D83. Grayscale: #E1E1E1. Windows color (decimal): -1707396 or 8188645. OLE color: 8188645.
HSL color Cylindrical-coordinate representation of color #E5F27C: hue angle of 66.61º degrees, saturation: 0.82, 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 #E5F27C is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 124 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.05 |
| HSL | 66.61º | 0.82% | 0.72% | - |
| HSV(B) | 66.61º | 0.49% | 0.95% | - |
| XYZ | 67.7 | 81.62 | 31.25 | - |
| YUV | 224.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 124 | 0.05 | 0 | 0.49 | 0.05 | 66.61 | 0.82 | 0.72 |
| Hex | E5 | F2 | 7C | 5 | 0 | 31 | 5 | 43 | 52 | 48 |
| Octal | 345 | 362 | 174 | 5 | 0 | 61 | 5 | 103 | 122 | 110 |
| Binary | 11100101 | 11110010 | 1111100 | 101 | 0 | 110001 | 101 | 1000011 | 1010010 | 1001000 |
Color Harmonies of #E5F27C
Complementary color
Monochromatic Colors of #E5F27C
Black with #E5F27C
Text Example
Text Example
White with #E5F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F27C; }
p { color: rgb(229,242,124); }
H1.HeaderClassName
{
color: #E5F27C;
}
.AnyTagClassName
{
color: #E5F27C;
}
</style>
background-color css
<style>
a { background-color: #E5F27C; }
a { background-color: rgb(229,242,124); }
div.DivClassName
{
background-color: #E5F27C;
}
.BgClassName
{
background-color: #E5F27C;
}
</style>
border-color css
<style>
span { border-color: #E5F27C; }
span { border-color: rgb(229,242,124); }
td.TdClassName
{
border-color: #E5F27C;
}
.TagClassName
{
border-color: #E5F27C;
}
</style>