Html Css Color HEX #E2FA70 Mindaro

📋 copy color: '#E2FA70'

red 226 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #E2FA70

Tints of Mindaro #E2FA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.05%

R = 38.44%
G = 42.52%
B = 19.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#E2FA70 (or 0xE2FA70) is known color: Mindaro. HEX triplet: E2, FA and 70. RGB value is (226,250,112). Sum of RGB (Red+Green+Blue) = 226+250+112=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA70 is #1D058F. Grayscale: #E3E3E3. Windows color (decimal): -1901968 or 7404258. OLE color: 7404258.

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

Color convert

RGB 226 250 112 -
CMYK 0.10 0 0.55 0.02
HSL 70.43º 0.93% 0.71% -
HSV(B) 70.43º 0.55% 0.98% -
XYZ 68.47 85.71 28.26 -
YUV 227.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 226 250 112 0.10 0 0.55 0.02 70.43 0.93 0.71
Hex E2 FA 70 A 0 37 2 46 5D 47
Octal 342 372 160 12 0 67 2 106 135 107
Binary 11100010 11111010 1110000 1010 0 110111 10 1000110 1011101 1000111

Color Harmonies of #E2FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA70

Black with #E2FA70

Text Example


Text Example

White with #E2FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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