Html Css Color HEX #E2F97D Mindaro

📋 copy color: '#E2F97D'

red 226 ◦ green 249 ◦ blue 125

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

Shades of Mindaro #E2F97D

Tints of Mindaro #E2F97D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.5%

 BLUE value IS 125 (49.22% from 255) = 20.83%

R = 37.67%
G = 41.5%
B = 20.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#E2F97D (or 0xE2F97D) is known color: Mindaro. HEX triplet: E2, F9 and 7D. RGB value is (226,249,125). Sum of RGB (Red+Green+Blue) = 226+249+125=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F97D is #1D0682. Grayscale: #E4E4E4. Windows color (decimal): -1902211 or 8255970. OLE color: 8255970.

HSL color Cylindrical-coordinate representation of color #E2F97D: hue angle of 71.13º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2F97D is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 249 125 -
CMYK 0.09 0 0.50 0.02
HSL 71.13º 0.91% 0.73% -
HSV(B) 71.13º 0.5% 0.98% -
XYZ 68.94 85.4 32.25 -
YUV 227.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 226 249 125 0.09 0 0.50 0.02 71.13 0.91 0.73
Hex E2 F9 7D 9 0 32 2 47 5B 49
Octal 342 371 175 11 0 62 2 107 133 111
Binary 11100010 11111001 1111101 1001 0 110010 10 1000111 1011011 1001001

Color Harmonies of #E2F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F97D

Black with #E2F97D

Text Example


Text Example

White with #E2F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F97D; }

 p { color: rgb(226,249,125); }

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

background-color css

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

 a { background-color: rgb(226,249,125); }

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

border-color css

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

 span { border-color: rgb(226,249,125); }

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