#E2FF7A

Color #E2FF7A Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #E2FF7A

Tints of Mindaro #E2FF7A

Color information

#E2FF7A (or 0xE2FF7A) is unknown color: approx Mindaro. HEX triplet: E2, FF and 7A. RGB value is (226,255,122). Sum of RGB (Red+Green+Blue) = 226+255+122=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF7A is #1D0085. Grayscale: #E7E7E7. Windows color (decimal): -1900678 or 8060898. OLE color: 8060898.

HSL color Cylindrical-coordinate representation of color #E2FF7A: hue angle of 73.08º 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 #E2FF7A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB226255122-
CMYK0.1100.520
HSL73.08º100%73.92%-
HSV(B)73.08º52.16%100%-
XYZ70.6489.0931.89-
YUV231.1766.39124.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 122 (48.05% from 255) = 20.23%
R=37.48%
G=42.29%
B=20.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262551220.1100.52073.0810073.92
HexE2FF7AB034049644a
Octal342377172130640111144112
Binary11100010111111111111010101101101000100100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FF7A; }

 p { color: rgb(226,255,122); }

 H1.HeaderClassName
 {
   color: #E2FF7A;
 }
 .AnyTagClassName
 {
   color: #E2FF7A;
 }
</style>
background-color css

<style>
 a { background-color: #E2FF7A; }

 a { background-color: rgb(226,255,122); }

 div.DivClassName
 {
   background-color: #E2FF7A;
 }
 .BgClassName
 {
   background-color: #E2FF7A;
 }
</style>
border-color css

<style>
 span { border-color: #E2FF7A; }

 span { border-color: rgb(226,255,122); }

 td.TdClassName
 {
   border-color: #E2FF7A;
 }
 .TagClassName
 {
   border-color: #E2FF7A;
 }
</style>