Shades of Mindaro #E4FF7B
Tints of Mindaro #E4FF7B
RGB
CMYK
RGB Variations
Color information
#E4FF7B (or 0xE4FF7B) is known color: Mindaro. HEX triplet: E4, FF and 7B. RGB value is (228,255,123). Sum of RGB (Red+Green+Blue) = 228+255+123=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 123 (48.44% from 255 or 20.30% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FF7B is #1B0084. Grayscale: #E8E8E8. Windows color (decimal): -1769605 or 8126436. OLE color: 8126436.
HSL color Cylindrical-coordinate representation of color #E4FF7B: hue angle of 72.27º 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 #E4FF7B is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 123 | - |
| CMYK | 0.11 | 0 | 0.52 | 0 |
| HSL | 72.27º | 1% | 0.74% | - |
| HSV(B) | 72.27º | 0.52% | 1% | - |
| XYZ | 71.33 | 89.44 | 32.24 | - |
| YUV | 231.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 123 | 0.11 | 0 | 0.52 | 0 | 72.27 | 1 | 0.74 |
| Hex | E4 | FF | 7B | B | 0 | 34 | 0 | 48 | 64 | 4A |
| Octal | 344 | 377 | 173 | 13 | 0 | 64 | 0 | 110 | 144 | 112 |
| Binary | 11100100 | 11111111 | 1111011 | 1011 | 0 | 110100 | 0 | 1001000 | 1100100 | 1001010 |
Color Harmonies of #E4FF7B
Complementary color
Monochromatic Colors of #E4FF7B
Black with #E4FF7B
Text Example
Text Example
White with #E4FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF7B; }
p { color: rgb(228,255,123); }
H1.HeaderClassName
{
color: #E4FF7B;
}
.AnyTagClassName
{
color: #E4FF7B;
}
</style>
background-color css
<style>
a { background-color: #E4FF7B; }
a { background-color: rgb(228,255,123); }
div.DivClassName
{
background-color: #E4FF7B;
}
.BgClassName
{
background-color: #E4FF7B;
}
</style>
border-color css
<style>
span { border-color: #E4FF7B; }
span { border-color: rgb(228,255,123); }
td.TdClassName
{
border-color: #E4FF7B;
}
.TagClassName
{
border-color: #E4FF7B;
}
</style>