Html Css Color HEX #E2FA6F Mindaro

📋 copy color: '#E2FA6F'

red 226 ◦ green 250 ◦ blue 111

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

Shades of Mindaro #E2FA6F

Tints of Mindaro #E2FA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.91%

R = 38.5%
G = 42.59%
B = 18.91%

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

#E2FA6F (or 0xE2FA6F) is known color: Mindaro. HEX triplet: E2, FA and 6F. RGB value is (226,250,111). Sum of RGB (Red+Green+Blue) = 226+250+111=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA6F is #1D0590. Grayscale: #E3E3E3. Windows color (decimal): -1901969 or 7338722. OLE color: 7338722.

HSL color Cylindrical-coordinate representation of color #E2FA6F: hue angle of 70.36º 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 #E2FA6F is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 111 -
CMYK 0.10 0 0.56 0.02
HSL 70.36º 0.93% 0.71% -
HSV(B) 70.36º 0.56% 0.98% -
XYZ 68.42 85.69 27.97 -
YUV 226.98 62.55 127.3 -
System Red Green Blue C M Y K H S L
Decimal 226 250 111 0.10 0 0.56 0.02 70.36 0.93 0.71
Hex E2 FA 6F A 0 38 2 46 5D 47
Octal 342 372 157 12 0 70 2 106 135 107
Binary 11100010 11111010 1101111 1010 0 111000 10 1000110 1011101 1000111

Color Harmonies of #E2FA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA6F

Black with #E2FA6F

Text Example


Text Example

White with #E2FA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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