Html Css Color HEX #E2FA7C Mindaro

📋 copy color: '#E2FA7C'

red 226 ◦ green 250 ◦ blue 124

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

Shades of Mindaro #E2FA7C

Tints of Mindaro #E2FA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.67%

R = 37.67%
G = 41.67%
B = 20.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#E2FA7C (or 0xE2FA7C) is known color: Mindaro. HEX triplet: E2, FA and 7C. RGB value is (226,250,124). Sum of RGB (Red+Green+Blue) = 226+250+124=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA7C is #1D0583. Grayscale: #E4E4E4. Windows color (decimal): -1901956 or 8190690. OLE color: 8190690.

HSL color Cylindrical-coordinate representation of color #E2FA7C: hue angle of 71.43º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2FA7C is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 124 -
CMYK 0.10 0 0.50 0.02
HSL 71.43º 0.93% 0.73% -
HSV(B) 71.43º 0.5% 0.98% -
XYZ 69.19 86 32.02 -
YUV 228.46 69.05 126.25 -
System Red Green Blue C M Y K H S L
Decimal 226 250 124 0.10 0 0.50 0.02 71.43 0.93 0.73
Hex E2 FA 7C A 0 32 2 47 5D 49
Octal 342 372 174 12 0 62 2 107 135 111
Binary 11100010 11111010 1111100 1010 0 110010 10 1000111 1011101 1001001

Color Harmonies of #E2FA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA7C

Black with #E2FA7C

Text Example


Text Example

White with #E2FA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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