Html Css Color HEX #E2F629 Pear

📋 copy color: '#E2F629'

red 226 ◦ green 246 ◦ blue 41

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

Shades of Pear #E2F629

Tints of Pear #E2F629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.99%

R = 44.05%
G = 47.95%
B = 7.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#E2F629 (or 0xE2F629) is known color: Pear. HEX triplet: E2, F6 and 29. RGB value is (226,246,41). Sum of RGB (Red+Green+Blue) = 226+246+41=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F629 is #1D09D6. Grayscale: #D9D9D9. Windows color (decimal): -1903063 or 2750178. OLE color: 2750178.

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

Color convert

RGB 226 246 41 -
CMYK 0.08 0 0.83 0.04
HSL 65.85º 0.92% 0.56% -
HSV(B) 65.85º 0.83% 0.96% -
XYZ 64.72 82.24 14.56 -
YUV 216.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 226 246 41 0.08 0 0.83 0.04 65.85 0.92 0.56
Hex E2 F6 29 8 0 53 4 42 5C 38
Octal 342 366 51 10 0 123 4 102 134 70
Binary 11100010 11110110 101001 1000 0 1010011 100 1000010 1011100 111000

Color Harmonies of #E2F629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F629

Black with #E2F629

Text Example


Text Example

White with #E2F629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F629; }

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

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

background-color css

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

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

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

border-color css

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

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

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