Html Css Color HEX #E2F82E Pear

📋 copy color: '#E2F82E'

red 226 ◦ green 248 ◦ blue 46

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

Shades of Pear #E2F82E

Tints of Pear #E2F82E

RGB

 RED value IS 226 (88.67% from 255) = 43.46%

 GREEN value IS 248 (97.27% from 255) = 47.69%

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

R = 43.46%
G = 47.69%
B = 8.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#E2F82E (or 0xE2F82E) is known color: Pear. HEX triplet: E2, F8 and 2E. RGB value is (226,248,46). Sum of RGB (Red+Green+Blue) = 226+248+46=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 46 (18.36% from 255 or 8.85% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F82E is #1D07D1. Grayscale: #DBDBDB. Windows color (decimal): -1902546 or 3078370. OLE color: 3078370.

HSL color Cylindrical-coordinate representation of color #E2F82E: hue angle of 66.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2F82E is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 248 46 -
CMYK 0.09 0 0.81 0.03
HSL 66.53º 0.94% 0.58% -
HSV(B) 66.53º 0.81% 0.97% -
XYZ 65.42 83.5 15.25 -
YUV 218.39 30.71 133.43 -
System Red Green Blue C M Y K H S L
Decimal 226 248 46 0.09 0 0.81 0.03 66.53 0.94 0.58
Hex E2 F8 2E 9 0 51 3 43 5E 3A
Octal 342 370 56 11 0 121 3 103 136 72
Binary 11100010 11111000 101110 1001 0 1010001 11 1000011 1011110 111010

Color Harmonies of #E2F82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F82E

Black with #E2F82E

Text Example


Text Example

White with #E2F82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F82E; }

 p { color: rgb(226,248,46); }

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

background-color css

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

 a { background-color: rgb(226,248,46); }

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

border-color css

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

 span { border-color: rgb(226,248,46); }

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