Shades of Mindaro #E5F27A
Tints of Mindaro #E5F27A
RGB
CMYK
RGB Variations
Color information
#E5F27A (or 0xE5F27A) is known color: Mindaro. HEX triplet: E5, F2 and 7A. RGB value is (229,242,122). Sum of RGB (Red+Green+Blue) = 229+242+122=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 122 (48.05% from 255 or 20.57% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F27A is #1A0D85. Grayscale: #E0E0E0. Windows color (decimal): -1707398 or 8057573. OLE color: 8057573.
HSL color Cylindrical-coordinate representation of color #E5F27A: hue angle of 66.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5F27A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 122 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.05 |
| HSL | 66.5º | 0.82% | 0.71% | - |
| HSV(B) | 66.5º | 0.5% | 0.95% | - |
| XYZ | 67.58 | 81.57 | 30.59 | - |
| YUV | 224.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 122 | 0.05 | 0 | 0.50 | 0.05 | 66.5 | 0.82 | 0.71 |
| Hex | E5 | F2 | 7A | 5 | 0 | 32 | 5 | 42 | 52 | 47 |
| Octal | 345 | 362 | 172 | 5 | 0 | 62 | 5 | 102 | 122 | 107 |
| Binary | 11100101 | 11110010 | 1111010 | 101 | 0 | 110010 | 101 | 1000010 | 1010010 | 1000111 |
Color Harmonies of #E5F27A
Complementary color
Monochromatic Colors of #E5F27A
Black with #E5F27A
Text Example
Text Example
White with #E5F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F27A; }
p { color: rgb(229,242,122); }
H1.HeaderClassName
{
color: #E5F27A;
}
.AnyTagClassName
{
color: #E5F27A;
}
</style>
background-color css
<style>
a { background-color: #E5F27A; }
a { background-color: rgb(229,242,122); }
div.DivClassName
{
background-color: #E5F27A;
}
.BgClassName
{
background-color: #E5F27A;
}
</style>
border-color css
<style>
span { border-color: #E5F27A; }
span { border-color: rgb(229,242,122); }
td.TdClassName
{
border-color: #E5F27A;
}
.TagClassName
{
border-color: #E5F27A;
}
</style>