Html Css Color HEX #E1F52E Pear

📋 copy color: '#E1F52E'

red 225 ◦ green 245 ◦ blue 46

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

Shades of Pear #E1F52E

Tints of Pear #E1F52E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.48%

 BLUE value IS 46 (18.36% from 255) = 8.91%

R = 43.6%
G = 47.48%
B = 8.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#E1F52E (or 0xE1F52E) is known color: Pear. HEX triplet: E1, F5 and 2E. RGB value is (225,245,46). Sum of RGB (Red+Green+Blue) = 225+245+46=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F52E is #1E0AD1. Grayscale: #D9D9D9. Windows color (decimal): -1968850 or 3077601. OLE color: 3077601.

HSL color Cylindrical-coordinate representation of color #E1F52E: hue angle of 66.03º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1F52E is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 245 46 -
CMYK 0.08 0 0.81 0.04
HSL 66.03º 0.91% 0.57% -
HSV(B) 66.03º 0.81% 0.96% -
XYZ 64.2 81.51 14.93 -
YUV 216.33 31.87 134.18 -
System Red Green Blue C M Y K H S L
Decimal 225 245 46 0.08 0 0.81 0.04 66.03 0.91 0.57
Hex E1 F5 2E 8 0 51 4 42 5B 39
Octal 341 365 56 10 0 121 4 102 133 71
Binary 11100001 11110101 101110 1000 0 1010001 100 1000010 1011011 111001

Color Harmonies of #E1F52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F52E

Black with #E1F52E

Text Example


Text Example

White with #E1F52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F52E; }

 p { color: rgb(225,245,46); }

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

background-color css

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

 a { background-color: rgb(225,245,46); }

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

border-color css

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

 span { border-color: rgb(225,245,46); }

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