Shades of Mindaro #E2FB7B
Tints of Mindaro #E2FB7B
RGB
CMYK
RGB Variations
Color information
#E2FB7B (or 0xE2FB7B) is known color: Mindaro. HEX triplet: E2, FB and 7B. RGB value is (226,251,123). Sum of RGB (Red+Green+Blue) = 226+251+123=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FB7B is #1D0484. Grayscale: #E5E5E5. Windows color (decimal): -1901701 or 8125410. OLE color: 8125410.
HSL color Cylindrical-coordinate representation of color #E2FB7B: hue angle of 71.72º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2FB7B is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 123 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.02 |
| HSL | 71.72º | 0.94% | 0.73% | - |
| HSV(B) | 71.72º | 0.51% | 0.98% | - |
| XYZ | 69.44 | 86.59 | 31.79 | - |
| YUV | 228.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 123 | 0.10 | 0 | 0.51 | 0.02 | 71.72 | 0.94 | 0.73 |
| Hex | E2 | FB | 7B | A | 0 | 33 | 2 | 48 | 5E | 49 |
| Octal | 342 | 373 | 173 | 12 | 0 | 63 | 2 | 110 | 136 | 111 |
| Binary | 11100010 | 11111011 | 1111011 | 1010 | 0 | 110011 | 10 | 1001000 | 1011110 | 1001001 |
Color Harmonies of #E2FB7B
Complementary color
Monochromatic Colors of #E2FB7B
Black with #E2FB7B
Text Example
Text Example
White with #E2FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB7B; }
p { color: rgb(226,251,123); }
H1.HeaderClassName
{
color: #E2FB7B;
}
.AnyTagClassName
{
color: #E2FB7B;
}
</style>
background-color css
<style>
a { background-color: #E2FB7B; }
a { background-color: rgb(226,251,123); }
div.DivClassName
{
background-color: #E2FB7B;
}
.BgClassName
{
background-color: #E2FB7B;
}
</style>
border-color css
<style>
span { border-color: #E2FB7B; }
span { border-color: rgb(226,251,123); }
td.TdClassName
{
border-color: #E2FB7B;
}
.TagClassName
{
border-color: #E2FB7B;
}
</style>