Shades of Mindaro #E5FD7A
Tints of Mindaro #E5FD7A
RGB
CMYK
RGB Variations
Color information
#E5FD7A (or 0xE5FD7A) is known color: Mindaro. HEX triplet: E5, FD and 7A. RGB value is (229,253,122). Sum of RGB (Red+Green+Blue) = 229+253+122=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FD7A is #1A0285. Grayscale: #E7E7E7. Windows color (decimal): -1704582 or 8060389. OLE color: 8060389.
HSL color Cylindrical-coordinate representation of color #E5FD7A: hue angle of 70.99º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5FD7A is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 122 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.01 |
| HSL | 70.99º | 0.97% | 0.74% | - |
| HSV(B) | 70.99º | 0.52% | 0.99% | - |
| XYZ | 70.95 | 88.31 | 31.72 | - |
| YUV | 230.89 | 66.55 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 122 | 0.09 | 0 | 0.52 | 0.01 | 70.99 | 0.97 | 0.74 |
| Hex | E5 | FD | 7A | 9 | 0 | 34 | 1 | 47 | 61 | 4A |
| Octal | 345 | 375 | 172 | 11 | 0 | 64 | 1 | 107 | 141 | 112 |
| Binary | 11100101 | 11111101 | 1111010 | 1001 | 0 | 110100 | 1 | 1000111 | 1100001 | 1001010 |
Color Harmonies of #E5FD7A
Complementary color
Monochromatic Colors of #E5FD7A
Black with #E5FD7A
Text Example
Text Example
White with #E5FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FD7A; }
p { color: rgb(229,253,122); }
H1.HeaderClassName
{
color: #E5FD7A;
}
.AnyTagClassName
{
color: #E5FD7A;
}
</style>
background-color css
<style>
a { background-color: #E5FD7A; }
a { background-color: rgb(229,253,122); }
div.DivClassName
{
background-color: #E5FD7A;
}
.BgClassName
{
background-color: #E5FD7A;
}
</style>
border-color css
<style>
span { border-color: #E5FD7A; }
span { border-color: rgb(229,253,122); }
td.TdClassName
{
border-color: #E5FD7A;
}
.TagClassName
{
border-color: #E5FD7A;
}
</style>