Shades of Mindaro #E7FF7A
Tints of Mindaro #E7FF7A
RGB
CMYK
RGB Variations
Color information
#E7FF7A (or 0xE7FF7A) is known color: Mindaro. HEX triplet: E7, FF and 7A. RGB value is (231,255,122). Sum of RGB (Red+Green+Blue) = 231+255+122=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 122 (48.05% from 255 or 20.07% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E7FF7A is #180085. Grayscale: #E9E9E9. Windows color (decimal): -1572998 or 8060903. OLE color: 8060903.
HSL color Cylindrical-coordinate representation of color #E7FF7A: hue angle of 70.83º 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 #E7FF7A is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 122 | - |
| CMYK | 0.09 | 0 | 0.52 | 0 |
| HSL | 70.83º | 1% | 0.74% | - |
| HSV(B) | 70.83º | 0.52% | 1% | - |
| XYZ | 72.23 | 89.91 | 31.96 | - |
| YUV | 232.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 122 | 0.09 | 0 | 0.52 | 0 | 70.83 | 1 | 0.74 |
| Hex | E7 | FF | 7A | 9 | 0 | 34 | 0 | 47 | 64 | 4A |
| Octal | 347 | 377 | 172 | 11 | 0 | 64 | 0 | 107 | 144 | 112 |
| Binary | 11100111 | 11111111 | 1111010 | 1001 | 0 | 110100 | 0 | 1000111 | 1100100 | 1001010 |
Color Harmonies of #E7FF7A
Complementary color
Monochromatic Colors of #E7FF7A
Black with #E7FF7A
Text Example
Text Example
White with #E7FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FF7A; }
p { color: rgb(231,255,122); }
H1.HeaderClassName
{
color: #E7FF7A;
}
.AnyTagClassName
{
color: #E7FF7A;
}
</style>
background-color css
<style>
a { background-color: #E7FF7A; }
a { background-color: rgb(231,255,122); }
div.DivClassName
{
background-color: #E7FF7A;
}
.BgClassName
{
background-color: #E7FF7A;
}
</style>
border-color css
<style>
span { border-color: #E7FF7A; }
span { border-color: rgb(231,255,122); }
td.TdClassName
{
border-color: #E7FF7A;
}
.TagClassName
{
border-color: #E7FF7A;
}
</style>