Html Css Color HEX #E2FA7D Mindaro

📋 copy color: '#E2FA7D'

red 226 ◦ green 250 ◦ blue 125

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

Shades of Mindaro #E2FA7D

Tints of Mindaro #E2FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.6%

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

R = 37.6%
G = 41.6%
B = 20.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#E2FA7D (or 0xE2FA7D) is known color: Mindaro. HEX triplet: E2, FA and 7D. RGB value is (226,250,125). Sum of RGB (Red+Green+Blue) = 226+250+125=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA7D is #1D0582. Grayscale: #E5E5E5. Windows color (decimal): -1901955 or 8256226. OLE color: 8256226.

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

Color convert

RGB 226 250 125 -
CMYK 0.10 0 0.50 0.02
HSL 71.52º 0.93% 0.74% -
HSV(B) 71.52º 0.5% 0.98% -
XYZ 69.25 86.02 32.36 -
YUV 228.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 226 250 125 0.10 0 0.50 0.02 71.52 0.93 0.74
Hex E2 FA 7D A 0 32 2 48 5D 4A
Octal 342 372 175 12 0 62 2 110 135 112
Binary 11100010 11111010 1111101 1010 0 110010 10 1001000 1011101 1001010

Color Harmonies of #E2FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA7D

Black with #E2FA7D

Text Example


Text Example

White with #E2FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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