Html Css Color HEX #E2F626 Pear

📋 copy color: '#E2F626'

red 226 ◦ green 246 ◦ blue 38

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

Shades of Pear #E2F626

Tints of Pear #E2F626

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

 BLUE value IS 38 (15.23% from 255) = 7.45%

R = 44.31%
G = 48.24%
B = 7.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#E2F626 (or 0xE2F626) is known color: Pear. HEX triplet: E2, F6 and 26. RGB value is (226,246,38). Sum of RGB (Red+Green+Blue) = 226+246+38=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 38 (15.23% from 255 or 7.45% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F626 is #1D09D9. Grayscale: #D9D9D9. Windows color (decimal): -1903066 or 2553570. OLE color: 2553570.

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

Color convert

RGB 226 246 38 -
CMYK 0.08 0 0.85 0.04
HSL 65.77º 0.92% 0.56% -
HSV(B) 65.77º 0.85% 0.96% -
XYZ 64.67 82.22 14.3 -
YUV 216.31 27.37 134.91 -
System Red Green Blue C M Y K H S L
Decimal 226 246 38 0.08 0 0.85 0.04 65.77 0.92 0.56
Hex E2 F6 26 8 0 55 4 42 5C 38
Octal 342 366 46 10 0 125 4 102 134 70
Binary 11100010 11110110 100110 1000 0 1010101 100 1000010 1011100 111000

Color Harmonies of #E2F626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F626

Black with #E2F626

Text Example


Text Example

White with #E2F626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F626; }

 p { color: rgb(226,246,38); }

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

background-color css

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

 a { background-color: rgb(226,246,38); }

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

border-color css

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

 span { border-color: rgb(226,246,38); }

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