Html Css Color HEX #E2F77A Mindaro

📋 copy color: '#E2F77A'

red 226 ◦ green 247 ◦ blue 122

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

Shades of Mindaro #E2F77A

Tints of Mindaro #E2F77A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.51%

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 37.98%
G = 41.51%
B = 20.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#E2F77A (or 0xE2F77A) is known color: Mindaro. HEX triplet: E2, F7 and 7A. RGB value is (226,247,122). Sum of RGB (Red+Green+Blue) = 226+247+122=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F77A is #1D0885. Grayscale: #E2E2E2. Windows color (decimal): -1902726 or 8058850. OLE color: 8058850.

HSL color Cylindrical-coordinate representation of color #E2F77A: hue angle of 70.08º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2F77A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 247 122 -
CMYK 0.09 0 0.51 0.03
HSL 70.08º 0.89% 0.72% -
HSV(B) 70.08º 0.51% 0.97% -
XYZ 68.14 84.1 31.05 -
YUV 226.47 69.04 127.66 -
System Red Green Blue C M Y K H S L
Decimal 226 247 122 0.09 0 0.51 0.03 70.08 0.89 0.72
Hex E2 F7 7A 9 0 33 3 46 59 48
Octal 342 367 172 11 0 63 3 106 131 110
Binary 11100010 11110111 1111010 1001 0 110011 11 1000110 1011001 1001000

Color Harmonies of #E2F77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F77A

Black with #E2F77A

Text Example


Text Example

White with #E2F77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F77A; }

 p { color: rgb(226,247,122); }

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

background-color css

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

 a { background-color: rgb(226,247,122); }

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

border-color css

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

 span { border-color: rgb(226,247,122); }

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