Html Css Color HEX #E1F37D Mindaro

📋 copy color: '#E1F37D'

red 225 ◦ green 243 ◦ blue 125

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

Shades of Mindaro #E1F37D

Tints of Mindaro #E1F37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.98%

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

R = 37.94%
G = 40.98%
B = 21.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#E1F37D (or 0xE1F37D) is known color: Mindaro. HEX triplet: E1, F3 and 7D. RGB value is (225,243,125). Sum of RGB (Red+Green+Blue) = 225+243+125=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F37D is #1E0C82. Grayscale: #E0E0E0. Windows color (decimal): -1969283 or 8254433. OLE color: 8254433.

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

Color convert

RGB 225 243 125 -
CMYK 0.07 0 0.49 0.05
HSL 69.15º 0.83% 0.72% -
HSV(B) 69.15º 0.49% 0.95% -
XYZ 66.8 81.59 31.63 -
YUV 224.17 72.04 128.59 -
System Red Green Blue C M Y K H S L
Decimal 225 243 125 0.07 0 0.49 0.05 69.15 0.83 0.72
Hex E1 F3 7D 7 0 31 5 45 53 48
Octal 341 363 175 7 0 61 5 105 123 110
Binary 11100001 11110011 1111101 111 0 110001 101 1000101 1010011 1001000

Color Harmonies of #E1F37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F37D

Black with #E1F37D

Text Example


Text Example

White with #E1F37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F37D; }

 p { color: rgb(225,243,125); }

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

background-color css

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

 a { background-color: rgb(225,243,125); }

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

border-color css

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

 span { border-color: rgb(225,243,125); }

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