Shades of Mindaro #E2FF74
Tints of Mindaro #E2FF74
RGB
CMYK
RGB Variations
Color information
#E2FF74 (or 0xE2FF74) is known color: Mindaro. HEX triplet: E2, FF and 74. RGB value is (226,255,116). Sum of RGB (Red+Green+Blue) = 226+255+116=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 116 (45.70% from 255 or 19.43% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF74 is #1D008B. Grayscale: #E7E7E7. Windows color (decimal): -1900684 or 7667682. OLE color: 7667682.
HSL color Cylindrical-coordinate representation of color #E2FF74: hue angle of 72.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2FF74 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 116 | - |
| CMYK | 0.11 | 0 | 0.55 | 0 |
| HSL | 72.52º | 1% | 0.73% | - |
| HSV(B) | 72.52º | 0.55% | 1% | - |
| XYZ | 70.28 | 88.95 | 29.99 | - |
| YUV | 230.48 | 63.39 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 116 | 0.11 | 0 | 0.55 | 0 | 72.52 | 1 | 0.73 |
| Hex | E2 | FF | 74 | B | 0 | 37 | 0 | 49 | 64 | 49 |
| Octal | 342 | 377 | 164 | 13 | 0 | 67 | 0 | 111 | 144 | 111 |
| Binary | 11100010 | 11111111 | 1110100 | 1011 | 0 | 110111 | 0 | 1001001 | 1100100 | 1001001 |
Color Harmonies of #E2FF74
Complementary color
Monochromatic Colors of #E2FF74
Black with #E2FF74
Text Example
Text Example
White with #E2FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF74; }
p { color: rgb(226,255,116); }
H1.HeaderClassName
{
color: #E2FF74;
}
.AnyTagClassName
{
color: #E2FF74;
}
</style>
background-color css
<style>
a { background-color: #E2FF74; }
a { background-color: rgb(226,255,116); }
div.DivClassName
{
background-color: #E2FF74;
}
.BgClassName
{
background-color: #E2FF74;
}
</style>
border-color css
<style>
span { border-color: #E2FF74; }
span { border-color: rgb(226,255,116); }
td.TdClassName
{
border-color: #E2FF74;
}
.TagClassName
{
border-color: #E2FF74;
}
</style>