Html Css Color HEX #E2FA75 Mindaro

📋 copy color: '#E2FA75'

red 226 ◦ green 250 ◦ blue 117

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

Shades of Mindaro #E2FA75

Tints of Mindaro #E2FA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.73%

R = 38.11%
G = 42.16%
B = 19.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#E2FA75 (or 0xE2FA75) is known color: Mindaro. HEX triplet: E2, FA and 75. RGB value is (226,250,117). Sum of RGB (Red+Green+Blue) = 226+250+117=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA75 is #1D058A. Grayscale: #E4E4E4. Windows color (decimal): -1901963 or 7731938. OLE color: 7731938.

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

Color convert

RGB 226 250 117 -
CMYK 0.10 0 0.53 0.02
HSL 70.83º 0.93% 0.72% -
HSV(B) 70.83º 0.53% 0.98% -
XYZ 68.76 85.82 29.77 -
YUV 227.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 226 250 117 0.10 0 0.53 0.02 70.83 0.93 0.72
Hex E2 FA 75 A 0 35 2 47 5D 48
Octal 342 372 165 12 0 65 2 107 135 110
Binary 11100010 11111010 1110101 1010 0 110101 10 1000111 1011101 1001000

Color Harmonies of #E2FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FA75

Black with #E2FA75

Text Example


Text Example

White with #E2FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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