Html Css Color HEX #E1F11E Pear

📋 copy color: '#E1F11E'

red 225 ◦ green 241 ◦ blue 30

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

Shades of Pear #E1F11E

Tints of Pear #E1F11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.59%

 BLUE value IS 30 (12.11% from 255) = 6.05%

R = 45.36%
G = 48.59%
B = 6.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#E1F11E (or 0xE1F11E) is known color: Pear. HEX triplet: E1, F1 and 1E. RGB value is (225,241,30). Sum of RGB (Red+Green+Blue) = 225+241+30=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F11E is #1E0EE1. Grayscale: #D4D4D4. Windows color (decimal): -1969890 or 2028001. OLE color: 2028001.

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

Color convert

RGB 225 241 30 -
CMYK 0.07 0 0.88 0.05
HSL 64.55º 0.88% 0.53% -
HSV(B) 64.55º 0.88% 0.95% -
XYZ 62.74 79.01 13.17 -
YUV 212.16 25.2 137.16 -
System Red Green Blue C M Y K H S L
Decimal 225 241 30 0.07 0 0.88 0.05 64.55 0.88 0.53
Hex E1 F1 1E 7 0 58 5 41 58 35
Octal 341 361 36 7 0 130 5 101 130 65
Binary 11100001 11110001 11110 111 0 1011000 101 1000001 1011000 110101

Color Harmonies of #E1F11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F11E

Black with #E1F11E

Text Example


Text Example

White with #E1F11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F11E; }

 p { color: rgb(225,241,30); }

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

background-color css

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

 a { background-color: rgb(225,241,30); }

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

border-color css

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

 span { border-color: rgb(225,241,30); }

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