Html Css Color HEX #E2F17A Mindaro

📋 copy color: '#E2F17A'

red 226 ◦ green 241 ◦ blue 122

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

Shades of Mindaro #E2F17A

Tints of Mindaro #E2F17A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.92%

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

R = 38.37%
G = 40.92%
B = 20.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#E2F17A (or 0xE2F17A) is known color: Mindaro. HEX triplet: E2, F1 and 7A. RGB value is (226,241,122). Sum of RGB (Red+Green+Blue) = 226+241+122=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F17A is #1D0E85. Grayscale: #DFDFDF. Windows color (decimal): -1904262 or 8057314. OLE color: 8057314.

HSL color Cylindrical-coordinate representation of color #E2F17A: hue angle of 67.56º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2F17A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 122 -
CMYK 0.06 0 0.49 0.05
HSL 67.56º 0.81% 0.71% -
HSV(B) 67.56º 0.49% 0.95% -
XYZ 66.33 80.48 30.45 -
YUV 222.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 226 241 122 0.06 0 0.49 0.05 67.56 0.81 0.71
Hex E2 F1 7A 6 0 31 5 44 51 47
Octal 342 361 172 6 0 61 5 104 121 107
Binary 11100010 11110001 1111010 110 0 110001 101 1000100 1010001 1000111

Color Harmonies of #E2F17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F17A

Black with #E2F17A

Text Example


Text Example

White with #E2F17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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