Html Css Color HEX #E2F726 Pear

📋 copy color: '#E2F726'

red 226 ◦ green 247 ◦ blue 38

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

Shades of Pear #E2F726

Tints of Pear #E2F726

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.34%

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

R = 44.23%
G = 48.34%
B = 7.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#E2F726 (or 0xE2F726) is known color: Pear. HEX triplet: E2, F7 and 26. RGB value is (226,247,38). Sum of RGB (Red+Green+Blue) = 226+247+38=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 38 (15.23% from 255 or 7.44% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F726 is #1D08D9. Grayscale: #D9D9D9. Windows color (decimal): -1902810 or 2553826. OLE color: 2553826.

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

Color convert

RGB 226 247 38 -
CMYK 0.09 0 0.85 0.03
HSL 66.03º 0.93% 0.56% -
HSV(B) 66.03º 0.85% 0.97% -
XYZ 64.97 82.83 14.4 -
YUV 216.9 27.04 134.49 -
System Red Green Blue C M Y K H S L
Decimal 226 247 38 0.09 0 0.85 0.03 66.03 0.93 0.56
Hex E2 F7 26 9 0 55 3 42 5D 38
Octal 342 367 46 11 0 125 3 102 135 70
Binary 11100010 11110111 100110 1001 0 1010101 11 1000010 1011101 111000

Color Harmonies of #E2F726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F726

Black with #E2F726

Text Example


Text Example

White with #E2F726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F726; }

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

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

background-color css

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

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

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

border-color css

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

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

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