Html Css Color HEX #E2F47A Mindaro

📋 copy color: '#E2F47A'

red 226 ◦ green 244 ◦ blue 122

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

Shades of Mindaro #E2F47A

Tints of Mindaro #E2F47A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.22%

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

R = 38.18%
G = 41.22%
B = 20.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#E2F47A (or 0xE2F47A) is known color: Mindaro. HEX triplet: E2, F4 and 7A. RGB value is (226,244,122). Sum of RGB (Red+Green+Blue) = 226+244+122=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F47A is #1D0B85. Grayscale: #E1E1E1. Windows color (decimal): -1903494 or 8058082. OLE color: 8058082.

HSL color Cylindrical-coordinate representation of color #E2F47A: hue angle of 68.85º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2F47A is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 244 122 -
CMYK 0.07 0 0.5 0.04
HSL 68.85º 0.85% 0.72% -
HSV(B) 68.85º 0.5% 0.96% -
XYZ 67.23 82.28 30.75 -
YUV 224.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 226 244 122 0.07 0 0.5 0.04 68.85 0.85 0.72
Hex E2 F4 7A 7 0 32 4 45 55 48
Octal 342 364 172 7 0 62 4 105 125 110
Binary 11100010 11110100 1111010 111 0 110010 100 1000101 1010101 1001000

Color Harmonies of #E2F47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F47A

Black with #E2F47A

Text Example


Text Example

White with #E2F47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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