Shades of Mindaro #E5F27B
Tints of Mindaro #E5F27B
RGB
CMYK
RGB Variations
Color information
#E5F27B (or 0xE5F27B) is known color: Mindaro. HEX triplet: E5, F2 and 7B. RGB value is (229,242,123). Sum of RGB (Red+Green+Blue) = 229+242+123=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 123 (48.44% from 255 or 20.71% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F27B is #1A0D84. Grayscale: #E1E1E1. Windows color (decimal): -1707397 or 8123109. OLE color: 8123109.
HSL color Cylindrical-coordinate representation of color #E5F27B: hue angle of 66.55º 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 #E5F27B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 123 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.05 |
| HSL | 66.55º | 0.82% | 0.72% | - |
| HSV(B) | 66.55º | 0.49% | 0.95% | - |
| XYZ | 67.64 | 81.59 | 30.92 | - |
| YUV | 224.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 123 | 0.05 | 0 | 0.49 | 0.05 | 66.55 | 0.82 | 0.72 |
| Hex | E5 | F2 | 7B | 5 | 0 | 31 | 5 | 43 | 52 | 48 |
| Octal | 345 | 362 | 173 | 5 | 0 | 61 | 5 | 103 | 122 | 110 |
| Binary | 11100101 | 11110010 | 1111011 | 101 | 0 | 110001 | 101 | 1000011 | 1010010 | 1001000 |
Color Harmonies of #E5F27B
Complementary color
Monochromatic Colors of #E5F27B
Black with #E5F27B
Text Example
Text Example
White with #E5F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F27B; }
p { color: rgb(229,242,123); }
H1.HeaderClassName
{
color: #E5F27B;
}
.AnyTagClassName
{
color: #E5F27B;
}
</style>
background-color css
<style>
a { background-color: #E5F27B; }
a { background-color: rgb(229,242,123); }
div.DivClassName
{
background-color: #E5F27B;
}
.BgClassName
{
background-color: #E5F27B;
}
</style>
border-color css
<style>
span { border-color: #E5F27B; }
span { border-color: rgb(229,242,123); }
td.TdClassName
{
border-color: #E5F27B;
}
.TagClassName
{
border-color: #E5F27B;
}
</style>