Shades of Mindaro #E5FF7B
Tints of Mindaro #E5FF7B
RGB
CMYK
RGB Variations
Color information
#E5FF7B (or 0xE5FF7B) is known color: Mindaro. HEX triplet: E5, FF and 7B. RGB value is (229,255,123). Sum of RGB (Red+Green+Blue) = 229+255+123=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 123 (48.44% from 255 or 20.26% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FF7B is #1A0084. Grayscale: #E8E8E8. Windows color (decimal): -1704069 or 8126437. OLE color: 8126437.
HSL color Cylindrical-coordinate representation of color #E5FF7B: hue angle of 71.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5FF7B is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 123 | - |
| CMYK | 0.10 | 0 | 0.52 | 0 |
| HSL | 71.82º | 1% | 0.74% | - |
| HSV(B) | 71.82º | 0.52% | 1% | - |
| XYZ | 71.65 | 89.61 | 32.26 | - |
| YUV | 232.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 123 | 0.10 | 0 | 0.52 | 0 | 71.82 | 1 | 0.74 |
| Hex | E5 | FF | 7B | A | 0 | 34 | 0 | 48 | 64 | 4A |
| Octal | 345 | 377 | 173 | 12 | 0 | 64 | 0 | 110 | 144 | 112 |
| Binary | 11100101 | 11111111 | 1111011 | 1010 | 0 | 110100 | 0 | 1001000 | 1100100 | 1001010 |
Color Harmonies of #E5FF7B
Complementary color
Monochromatic Colors of #E5FF7B
Black with #E5FF7B
Text Example
Text Example
White with #E5FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF7B; }
p { color: rgb(229,255,123); }
H1.HeaderClassName
{
color: #E5FF7B;
}
.AnyTagClassName
{
color: #E5FF7B;
}
</style>
background-color css
<style>
a { background-color: #E5FF7B; }
a { background-color: rgb(229,255,123); }
div.DivClassName
{
background-color: #E5FF7B;
}
.BgClassName
{
background-color: #E5FF7B;
}
</style>
border-color css
<style>
span { border-color: #E5FF7B; }
span { border-color: rgb(229,255,123); }
td.TdClassName
{
border-color: #E5FF7B;
}
.TagClassName
{
border-color: #E5FF7B;
}
</style>