Html Css Color HEX #E2FA6E Mindaro

📋 copy color: '#E2FA6E'

red 226 ◦ green 250 ◦ blue 110

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

Shades of Mindaro #E2FA6E

Tints of Mindaro #E2FA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.77%

R = 38.57%
G = 42.66%
B = 18.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#E2FA6E (or 0xE2FA6E) is known color: Mindaro. HEX triplet: E2, FA and 6E. RGB value is (226,250,110). Sum of RGB (Red+Green+Blue) = 226+250+110=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA6E is #1D0591. Grayscale: #E3E3E3. Windows color (decimal): -1901970 or 7273186. OLE color: 7273186.

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

Color convert

RGB 226 250 110 -
CMYK 0.10 0 0.56 0.02
HSL 70.29º 0.93% 0.71% -
HSV(B) 70.29º 0.56% 0.98% -
XYZ 68.36 85.67 27.68 -
YUV 226.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 226 250 110 0.10 0 0.56 0.02 70.29 0.93 0.71
Hex E2 FA 6E A 0 38 2 46 5D 47
Octal 342 372 156 12 0 70 2 106 135 107
Binary 11100010 11111010 1101110 1010 0 111000 10 1000110 1011101 1000111

Color Harmonies of #E2FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA6E

Black with #E2FA6E

Text Example


Text Example

White with #E2FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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