Html Css Color HEX #E1F382 Mindaro

📋 copy color: '#E1F382'

red 225 ◦ green 243 ◦ blue 130

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

Shades of Mindaro #E1F382

Tints of Mindaro #E1F382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.74%

R = 37.63%
G = 40.64%
B = 21.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#E1F382 (or 0xE1F382) is known color: Mindaro. HEX triplet: E1, F3 and 82. RGB value is (225,243,130). Sum of RGB (Red+Green+Blue) = 225+243+130=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F382 is #1E0C7D. Grayscale: #E1E1E1. Windows color (decimal): -1969278 or 8582113. OLE color: 8582113.

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

Color convert

RGB 225 243 130 -
CMYK 0.07 0 0.47 0.05
HSL 69.56º 0.82% 0.73% -
HSV(B) 69.56º 0.47% 0.95% -
XYZ 67.13 81.72 33.35 -
YUV 224.74 74.54 128.19 -
System Red Green Blue C M Y K H S L
Decimal 225 243 130 0.07 0 0.47 0.05 69.56 0.82 0.73
Hex E1 F3 82 7 0 2F 5 46 52 49
Octal 341 363 202 7 0 57 5 106 122 111
Binary 11100001 11110011 10000010 111 0 101111 101 1000110 1010010 1001001

Color Harmonies of #E1F382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F382

Black with #E1F382

Text Example


Text Example

White with #E1F382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F382; }

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

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

background-color css

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

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

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

border-color css

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

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

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