Html Css Color HEX #E2F21D Pear

📋 copy color: '#E2F21D'

red 226 ◦ green 242 ◦ blue 29

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

Shades of Pear #E2F21D

Tints of Pear #E2F21D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.69%

 BLUE value IS 29 (11.72% from 255) = 5.84%

R = 45.47%
G = 48.69%
B = 5.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#E2F21D (or 0xE2F21D) is known color: Pear. HEX triplet: E2, F2 and 1D. RGB value is (226,242,29). Sum of RGB (Red+Green+Blue) = 226+242+29=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 29 (11.72% from 255 or 5.84% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F21D is #1D0DE2. Grayscale: #D5D5D5. Windows color (decimal): -1904099 or 1962722. OLE color: 1962722.

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

Color convert

RGB 226 242 29 -
CMYK 0.07 0 0.88 0.05
HSL 64.51º 0.89% 0.53% -
HSV(B) 64.51º 0.88% 0.95% -
XYZ 63.34 79.76 13.22 -
YUV 212.93 24.2 137.32 -
System Red Green Blue C M Y K H S L
Decimal 226 242 29 0.07 0 0.88 0.05 64.51 0.89 0.53
Hex E2 F2 1D 7 0 58 5 41 59 35
Octal 342 362 35 7 0 130 5 101 131 65
Binary 11100010 11110010 11101 111 0 1011000 101 1000001 1011001 110101

Color Harmonies of #E2F21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F21D

Black with #E2F21D

Text Example


Text Example

White with #E2F21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F21D; }

 p { color: rgb(226,242,29); }

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

background-color css

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

 a { background-color: rgb(226,242,29); }

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

border-color css

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

 span { border-color: rgb(226,242,29); }

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