Html Css Color HEX #E2F57F Mindaro

📋 copy color: '#E2F57F'

red 226 ◦ green 245 ◦ blue 127

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

Shades of Mindaro #E2F57F

Tints of Mindaro #E2F57F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.97%

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

R = 37.79%
G = 40.97%
B = 21.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#E2F57F (or 0xE2F57F) is known color: Mindaro. HEX triplet: E2, F5 and 7F. RGB value is (226,245,127). Sum of RGB (Red+Green+Blue) = 226+245+127=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F57F is #1D0A80. Grayscale: #E2E2E2. Windows color (decimal): -1903233 or 8386018. OLE color: 8386018.

HSL color Cylindrical-coordinate representation of color #E2F57F: hue angle of 69.66º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2F57F is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 245 127 -
CMYK 0.08 0 0.48 0.04
HSL 69.66º 0.86% 0.73% -
HSV(B) 69.66º 0.48% 0.96% -
XYZ 67.85 83.01 32.52 -
YUV 225.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 226 245 127 0.08 0 0.48 0.04 69.66 0.86 0.73
Hex E2 F5 7F 8 0 30 4 46 56 49
Octal 342 365 177 10 0 60 4 106 126 111
Binary 11100010 11110101 1111111 1000 0 110000 100 1000110 1010110 1001001

Color Harmonies of #E2F57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F57F

Black with #E2F57F

Text Example


Text Example

White with #E2F57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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