Html Css Color HEX #E2FA7F Mindaro

📋 copy color: '#E2FA7F'

red 226 ◦ green 250 ◦ blue 127

#E2FA7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #E2FA7F

Tints of Mindaro #E2FA7F

RGB

 RED value IS 226 (88.67% from 255) = 37.48%

 GREEN value IS 250 (98.05% from 255) = 41.46%

 BLUE value IS 127 (50% from 255) = 21.06%

R = 37.48%
G = 41.46%
B = 21.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#E2FA7F (or 0xE2FA7F) is known color: Mindaro. HEX triplet: E2, FA and 7F. RGB value is (226,250,127). Sum of RGB (Red+Green+Blue) = 226+250+127=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 127 (50% from 255 or 21.06% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA7F is #1D0580. Grayscale: #E5E5E5. Windows color (decimal): -1901953 or 8387298. OLE color: 8387298.

HSL color Cylindrical-coordinate representation of color #E2FA7F: hue angle of 71.71º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2FA7F is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 127 -
CMYK 0.10 0 0.49 0.02
HSL 71.71º 0.92% 0.74% -
HSV(B) 71.71º 0.49% 0.98% -
XYZ 69.38 86.07 33.04 -
YUV 228.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 226 250 127 0.10 0 0.49 0.02 71.71 0.92 0.74
Hex E2 FA 7F A 0 31 2 48 5C 4A
Octal 342 372 177 12 0 61 2 110 134 112
Binary 11100010 11111010 1111111 1010 0 110001 10 1001000 1011100 1001010

Color Harmonies of #E2FA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA7F

Black with #E2FA7F

Text Example


Text Example

White with #E2FA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA7F; }

 p { color: rgb(226,250,127); }

 H1.HeaderClassName
 {
   color: #E2FA7F;
 }
 .AnyTagClassName
 {
   color: #E2FA7F;
 }
</style>

background-color css

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

 a { background-color: rgb(226,250,127); }

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

border-color css

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

 span { border-color: rgb(226,250,127); }

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