Html Css Color HEX #E2F121 Pear

📋 copy color: '#E2F121'

red 226 ◦ green 241 ◦ blue 33

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

Shades of Pear #E2F121

Tints of Pear #E2F121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.6%

R = 45.2%
G = 48.2%
B = 6.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#E2F121 (or 0xE2F121) is known color: Pear. HEX triplet: E2, F1 and 21. RGB value is (226,241,33). Sum of RGB (Red+Green+Blue) = 226+241+33=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F121 is #1D0EDE. Grayscale: #D5D5D5. Windows color (decimal): -1904351 or 2224610. OLE color: 2224610.

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

Color convert

RGB 226 241 33 -
CMYK 0.06 0 0.86 0.05
HSL 64.33º 0.88% 0.54% -
HSV(B) 64.33º 0.86% 0.95% -
XYZ 63.09 79.19 13.4 -
YUV 212.8 26.53 137.41 -
System Red Green Blue C M Y K H S L
Decimal 226 241 33 0.06 0 0.86 0.05 64.33 0.88 0.54
Hex E2 F1 21 6 0 56 5 40 58 36
Octal 342 361 41 6 0 126 5 100 130 66
Binary 11100010 11110001 100001 110 0 1010110 101 1000000 1011000 110110

Color Harmonies of #E2F121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F121

Black with #E2F121

Text Example


Text Example

White with #E2F121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F121; }

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

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

background-color css

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

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

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

border-color css

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

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

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