Shades of Mindaro #E2FB7C
Tints of Mindaro #E2FB7C
RGB
CMYK
RGB Variations
Color information
#E2FB7C (or 0xE2FB7C) is known color: Mindaro. HEX triplet: E2, FB and 7C. RGB value is (226,251,124). Sum of RGB (Red+Green+Blue) = 226+251+124=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FB7C is #1D0483. Grayscale: #E5E5E5. Windows color (decimal): -1901700 or 8190946. OLE color: 8190946.
HSL color Cylindrical-coordinate representation of color #E2FB7C: hue angle of 71.81º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2FB7C is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 124 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.02 |
| HSL | 71.81º | 0.94% | 0.74% | - |
| HSV(B) | 71.81º | 0.51% | 0.98% | - |
| XYZ | 69.5 | 86.62 | 32.12 | - |
| YUV | 229.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 124 | 0.10 | 0 | 0.51 | 0.02 | 71.81 | 0.94 | 0.74 |
| Hex | E2 | FB | 7C | A | 0 | 33 | 2 | 48 | 5E | 4A |
| Octal | 342 | 373 | 174 | 12 | 0 | 63 | 2 | 110 | 136 | 112 |
| Binary | 11100010 | 11111011 | 1111100 | 1010 | 0 | 110011 | 10 | 1001000 | 1011110 | 1001010 |
Color Harmonies of #E2FB7C
Complementary color
Monochromatic Colors of #E2FB7C
Black with #E2FB7C
Text Example
Text Example
White with #E2FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB7C; }
p { color: rgb(226,251,124); }
H1.HeaderClassName
{
color: #E2FB7C;
}
.AnyTagClassName
{
color: #E2FB7C;
}
</style>
background-color css
<style>
a { background-color: #E2FB7C; }
a { background-color: rgb(226,251,124); }
div.DivClassName
{
background-color: #E2FB7C;
}
.BgClassName
{
background-color: #E2FB7C;
}
</style>
border-color css
<style>
span { border-color: #E2FB7C; }
span { border-color: rgb(226,251,124); }
td.TdClassName
{
border-color: #E2FB7C;
}
.TagClassName
{
border-color: #E2FB7C;
}
</style>