Html Css Color HEX #E1FA73 Mindaro

📋 copy color: '#E1FA73'

red 225 ◦ green 250 ◦ blue 115

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

Shades of Mindaro #E1FA73

Tints of Mindaro #E1FA73

RGB

 RED value IS 225 (88.28% from 255) = 38.14%

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

 BLUE value IS 115 (45.31% from 255) = 19.49%

R = 38.14%
G = 42.37%
B = 19.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#E1FA73 (or 0xE1FA73) is known color: Mindaro. HEX triplet: E1, FA and 73. RGB value is (225,250,115). Sum of RGB (Red+Green+Blue) = 225+250+115=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FA73 is #1E058C. Grayscale: #E3E3E3. Windows color (decimal): -1967501 or 7600865. OLE color: 7600865.

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

Color convert

RGB 225 250 115 -
CMYK 0.10 0 0.54 0.02
HSL 71.11º 0.93% 0.72% -
HSV(B) 71.11º 0.54% 0.98% -
XYZ 68.33 85.62 29.14 -
YUV 227.14 64.72 126.48 -
System Red Green Blue C M Y K H S L
Decimal 225 250 115 0.10 0 0.54 0.02 71.11 0.93 0.72
Hex E1 FA 73 A 0 36 2 47 5D 48
Octal 341 372 163 12 0 66 2 107 135 110
Binary 11100001 11111010 1110011 1010 0 110110 10 1000111 1011101 1001000

Color Harmonies of #E1FA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FA73

Black with #E1FA73

Text Example


Text Example

White with #E1FA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FA73; }

 p { color: rgb(225,250,115); }

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

background-color css

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

 a { background-color: rgb(225,250,115); }

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

border-color css

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

 span { border-color: rgb(225,250,115); }

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