Shades of Mindaro #E1FB7D
Tints of Mindaro #E1FB7D
RGB
CMYK
RGB Variations
Color information
#E1FB7D (or 0xE1FB7D) is known color: Mindaro. HEX triplet: E1, FB and 7D. RGB value is (225,251,125). Sum of RGB (Red+Green+Blue) = 225+251+125=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FB7D is #1E0482. Grayscale: #E5E5E5. Windows color (decimal): -1967235 or 8256481. OLE color: 8256481.
HSL color Cylindrical-coordinate representation of color #E1FB7D: hue angle of 72.38º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1FB7D is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 251 | 125 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.02 |
| HSL | 72.38º | 0.94% | 0.74% | - |
| HSV(B) | 72.38º | 0.5% | 0.98% | - |
| XYZ | 69.25 | 86.48 | 32.44 | - |
| YUV | 228.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 251 | 125 | 0.10 | 0 | 0.50 | 0.02 | 72.38 | 0.94 | 0.74 |
| Hex | E1 | FB | 7D | A | 0 | 32 | 2 | 48 | 5E | 4A |
| Octal | 341 | 373 | 175 | 12 | 0 | 62 | 2 | 110 | 136 | 112 |
| Binary | 11100001 | 11111011 | 1111101 | 1010 | 0 | 110010 | 10 | 1001000 | 1011110 | 1001010 |
Color Harmonies of #E1FB7D
Complementary color
Monochromatic Colors of #E1FB7D
Black with #E1FB7D
Text Example
Text Example
White with #E1FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FB7D; }
p { color: rgb(225,251,125); }
H1.HeaderClassName
{
color: #E1FB7D;
}
.AnyTagClassName
{
color: #E1FB7D;
}
</style>
background-color css
<style>
a { background-color: #E1FB7D; }
a { background-color: rgb(225,251,125); }
div.DivClassName
{
background-color: #E1FB7D;
}
.BgClassName
{
background-color: #E1FB7D;
}
</style>
border-color css
<style>
span { border-color: #E1FB7D; }
span { border-color: rgb(225,251,125); }
td.TdClassName
{
border-color: #E1FB7D;
}
.TagClassName
{
border-color: #E1FB7D;
}
</style>