Shades of Mindaro #E0FF7B
Tints of Mindaro #E0FF7B
RGB
CMYK
RGB Variations
Color information
#E0FF7B (or 0xE0FF7B) is known color: Mindaro. HEX triplet: E0, FF and 7B. RGB value is (224,255,123). Sum of RGB (Red+Green+Blue) = 224+255+123=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 123 (48.44% from 255 or 20.43% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FF7B is #1F0084. Grayscale: #E7E7E7. Windows color (decimal): -2031749 or 8126432. OLE color: 8126432.
HSL color Cylindrical-coordinate representation of color #E0FF7B: hue angle of 74.09º 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 #E0FF7B is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 123 | - |
| CMYK | 0.12 | 0 | 0.52 | 0 |
| HSL | 74.09º | 1% | 0.74% | - |
| HSV(B) | 74.09º | 0.52% | 1% | - |
| XYZ | 70.08 | 88.8 | 32.19 | - |
| YUV | 230.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 123 | 0.12 | 0 | 0.52 | 0 | 74.09 | 1 | 0.74 |
| Hex | E0 | FF | 7B | C | 0 | 34 | 0 | 4A | 64 | 4A |
| Octal | 340 | 377 | 173 | 14 | 0 | 64 | 0 | 112 | 144 | 112 |
| Binary | 11100000 | 11111111 | 1111011 | 1100 | 0 | 110100 | 0 | 1001010 | 1100100 | 1001010 |
Color Harmonies of #E0FF7B
Complementary color
Monochromatic Colors of #E0FF7B
Black with #E0FF7B
Text Example
Text Example
White with #E0FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF7B; }
p { color: rgb(224,255,123); }
H1.HeaderClassName
{
color: #E0FF7B;
}
.AnyTagClassName
{
color: #E0FF7B;
}
</style>
background-color css
<style>
a { background-color: #E0FF7B; }
a { background-color: rgb(224,255,123); }
div.DivClassName
{
background-color: #E0FF7B;
}
.BgClassName
{
background-color: #E0FF7B;
}
</style>
border-color css
<style>
span { border-color: #E0FF7B; }
span { border-color: rgb(224,255,123); }
td.TdClassName
{
border-color: #E0FF7B;
}
.TagClassName
{
border-color: #E0FF7B;
}
</style>