Shades of Mindaro #E5FB7A
Tints of Mindaro #E5FB7A
RGB
CMYK
RGB Variations
Color information
#E5FB7A (or 0xE5FB7A) is known color: Mindaro. HEX triplet: E5, FB and 7A. RGB value is (229,251,122). Sum of RGB (Red+Green+Blue) = 229+251+122=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FB7A is #1A0485. Grayscale: #E6E6E6. Windows color (decimal): -1705094 or 8059877. OLE color: 8059877.
HSL color Cylindrical-coordinate representation of color #E5FB7A: hue angle of 70.23º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5FB7A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 122 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.02 |
| HSL | 70.23º | 0.94% | 0.73% | - |
| HSV(B) | 70.23º | 0.51% | 0.98% | - |
| XYZ | 70.32 | 87.06 | 31.51 | - |
| YUV | 229.72 | 67.21 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 122 | 0.09 | 0 | 0.51 | 0.02 | 70.23 | 0.94 | 0.73 |
| Hex | E5 | FB | 7A | 9 | 0 | 33 | 2 | 46 | 5E | 49 |
| Octal | 345 | 373 | 172 | 11 | 0 | 63 | 2 | 106 | 136 | 111 |
| Binary | 11100101 | 11111011 | 1111010 | 1001 | 0 | 110011 | 10 | 1000110 | 1011110 | 1001001 |
Color Harmonies of #E5FB7A
Complementary color
Monochromatic Colors of #E5FB7A
Black with #E5FB7A
Text Example
Text Example
White with #E5FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FB7A; }
p { color: rgb(229,251,122); }
H1.HeaderClassName
{
color: #E5FB7A;
}
.AnyTagClassName
{
color: #E5FB7A;
}
</style>
background-color css
<style>
a { background-color: #E5FB7A; }
a { background-color: rgb(229,251,122); }
div.DivClassName
{
background-color: #E5FB7A;
}
.BgClassName
{
background-color: #E5FB7A;
}
</style>
border-color css
<style>
span { border-color: #E5FB7A; }
span { border-color: rgb(229,251,122); }
td.TdClassName
{
border-color: #E5FB7A;
}
.TagClassName
{
border-color: #E5FB7A;
}
</style>