Html Css Color HEX #E2FF40 Pear

📋 copy color: '#E2FF40'

red 226 ◦ green 255 ◦ blue 64

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

Shades of Pear #E2FF40

Tints of Pear #E2FF40

RGB

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

 GREEN value IS 255 (100% from 255) = 46.79%

 BLUE value IS 64 (25.39% from 255) = 11.74%

R = 41.47%
G = 46.79%
B = 11.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#E2FF40 (or 0xE2FF40) is known color: Pear. HEX triplet: E2, FF and 40. RGB value is (226,255,64). Sum of RGB (Red+Green+Blue) = 226+255+64=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF40 is #1D00BF. Grayscale: #E1E1E1. Windows color (decimal): -1900736 or 4259810. OLE color: 4259810.

HSL color Cylindrical-coordinate representation of color #E2FF40: hue angle of 69.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2FF40 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 226 255 64 -
CMYK 0.11 0 0.75 0
HSL 69.11º 1% 0.63% -
HSV(B) 69.11º 0.75% 1% -
XYZ 68.05 88.06 18.26 -
YUV 224.56 37.39 129.03 -
System Red Green Blue C M Y K H S L
Decimal 226 255 64 0.11 0 0.75 0 69.11 1 0.63
Hex E2 FF 40 B 0 4B 0 45 64 3F
Octal 342 377 100 13 0 113 0 105 144 77
Binary 11100010 11111111 1000000 1011 0 1001011 0 1000101 1100100 111111

Color Harmonies of #E2FF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FF40

Black with #E2FF40

Text Example


Text Example

White with #E2FF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FF40; }

 p { color: rgb(226,255,64); }

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

background-color css

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

 a { background-color: rgb(226,255,64); }

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

border-color css

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

 span { border-color: rgb(226,255,64); }

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