Html Css Color HEX #E2F124 Pear

📋 copy color: '#E2F124'

red 226 ◦ green 241 ◦ blue 36

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

Shades of Pear #E2F124

Tints of Pear #E2F124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.91%

 BLUE value IS 36 (14.45% from 255) = 7.16%

R = 44.93%
G = 47.91%
B = 7.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#E2F124 (or 0xE2F124) is known color: Pear. HEX triplet: E2, F1 and 24. RGB value is (226,241,36). Sum of RGB (Red+Green+Blue) = 226+241+36=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F124 is #1D0EDB. Grayscale: #D5D5D5. Windows color (decimal): -1904348 or 2421218. OLE color: 2421218.

HSL color Cylindrical-coordinate representation of color #E2F124: hue angle of 64.39º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2F124 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 36 -
CMYK 0.06 0 0.85 0.05
HSL 64.39º 0.88% 0.54% -
HSV(B) 64.39º 0.85% 0.95% -
XYZ 63.14 79.21 13.63 -
YUV 213.15 28.03 137.17 -
System Red Green Blue C M Y K H S L
Decimal 226 241 36 0.06 0 0.85 0.05 64.39 0.88 0.54
Hex E2 F1 24 6 0 55 5 40 58 36
Octal 342 361 44 6 0 125 5 100 130 66
Binary 11100010 11110001 100100 110 0 1010101 101 1000000 1011000 110110

Color Harmonies of #E2F124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F124

Black with #E2F124

Text Example


Text Example

White with #E2F124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F124; }

 p { color: rgb(226,241,36); }

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

background-color css

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

 a { background-color: rgb(226,241,36); }

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

border-color css

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

 span { border-color: rgb(226,241,36); }

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