Shades of Mindaro #E1FF7B
Tints of Mindaro #E1FF7B
RGB
CMYK
RGB Variations
Color information
#E1FF7B (or 0xE1FF7B) is known color: Mindaro. HEX triplet: E1, FF and 7B. RGB value is (225,255,123). Sum of RGB (Red+Green+Blue) = 225+255+123=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 123 (48.44% from 255 or 20.40% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FF7B is #1E0084. Grayscale: #E7E7E7. Windows color (decimal): -1966213 or 8126433. OLE color: 8126433.
HSL color Cylindrical-coordinate representation of color #E1FF7B: hue angle of 73.64º 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 #E1FF7B is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 123 | - |
| CMYK | 0.12 | 0 | 0.52 | 0 |
| HSL | 73.64º | 1% | 0.74% | - |
| HSV(B) | 73.64º | 0.52% | 1% | - |
| XYZ | 70.39 | 88.96 | 32.2 | - |
| YUV | 230.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 123 | 0.12 | 0 | 0.52 | 0 | 73.64 | 1 | 0.74 |
| Hex | E1 | FF | 7B | C | 0 | 34 | 0 | 4A | 64 | 4A |
| Octal | 341 | 377 | 173 | 14 | 0 | 64 | 0 | 112 | 144 | 112 |
| Binary | 11100001 | 11111111 | 1111011 | 1100 | 0 | 110100 | 0 | 1001010 | 1100100 | 1001010 |
Color Harmonies of #E1FF7B
Complementary color
Monochromatic Colors of #E1FF7B
Black with #E1FF7B
Text Example
Text Example
White with #E1FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF7B; }
p { color: rgb(225,255,123); }
H1.HeaderClassName
{
color: #E1FF7B;
}
.AnyTagClassName
{
color: #E1FF7B;
}
</style>
background-color css
<style>
a { background-color: #E1FF7B; }
a { background-color: rgb(225,255,123); }
div.DivClassName
{
background-color: #E1FF7B;
}
.BgClassName
{
background-color: #E1FF7B;
}
</style>
border-color css
<style>
span { border-color: #E1FF7B; }
span { border-color: rgb(225,255,123); }
td.TdClassName
{
border-color: #E1FF7B;
}
.TagClassName
{
border-color: #E1FF7B;
}
</style>