Html Css Color HEX #E1F226 Pear

📋 copy color: '#E1F226'

red 225 ◦ green 242 ◦ blue 38

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

Shades of Pear #E1F226

Tints of Pear #E1F226

RGB

 RED value IS 225 (88.28% from 255) = 44.55%

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

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

R = 44.55%
G = 47.92%
B = 7.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#E1F226 (or 0xE1F226) is known color: Pear. HEX triplet: E1, F2 and 26. RGB value is (225,242,38). Sum of RGB (Red+Green+Blue) = 225+242+38=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 38 (15.23% from 255 or 7.52% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F226 is #1E0DD9. Grayscale: #D6D6D6. Windows color (decimal): -1969626 or 2552545. OLE color: 2552545.

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

Color convert

RGB 225 242 38 -
CMYK 0.07 0 0.84 0.05
HSL 65º 0.89% 0.55% -
HSV(B) 65º 0.84% 0.95% -
XYZ 63.15 79.65 13.88 -
YUV 213.66 28.87 136.09 -
System Red Green Blue C M Y K H S L
Decimal 225 242 38 0.07 0 0.84 0.05 65 0.89 0.55
Hex E1 F2 26 7 0 54 5 41 59 37
Octal 341 362 46 7 0 124 5 101 131 67
Binary 11100001 11110010 100110 111 0 1010100 101 1000001 1011001 110111

Color Harmonies of #E1F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F226

Black with #E1F226

Text Example


Text Example

White with #E1F226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F226; }

 p { color: rgb(225,242,38); }

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

background-color css

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

 a { background-color: rgb(225,242,38); }

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

border-color css

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

 span { border-color: rgb(225,242,38); }

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