Html Css Color HEX #E1F428 Pear

📋 copy color: '#E1F428'

red 225 ◦ green 244 ◦ blue 40

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

Shades of Pear #E1F428

Tints of Pear #E1F428

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.94%

 BLUE value IS 40 (16.02% from 255) = 7.86%

R = 44.2%
G = 47.94%
B = 7.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#E1F428 (or 0xE1F428) is known color: Pear. HEX triplet: E1, F4 and 28. RGB value is (225,244,40). Sum of RGB (Red+Green+Blue) = 225+244+40=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F428 is #1E0BD7. Grayscale: #D7D7D7. Windows color (decimal): -1969112 or 2684129. OLE color: 2684129.

HSL color Cylindrical-coordinate representation of color #E1F428: hue angle of 65.59º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1F428 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 244 40 -
CMYK 0.08 0 0.84 0.04
HSL 65.59º 0.9% 0.56% -
HSV(B) 65.59º 0.84% 0.96% -
XYZ 63.79 80.86 14.25 -
YUV 215.06 29.21 135.09 -
System Red Green Blue C M Y K H S L
Decimal 225 244 40 0.08 0 0.84 0.04 65.59 0.9 0.56
Hex E1 F4 28 8 0 54 4 42 5A 38
Octal 341 364 50 10 0 124 4 102 132 70
Binary 11100001 11110100 101000 1000 0 1010100 100 1000010 1011010 111000

Color Harmonies of #E1F428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F428

Black with #E1F428

Text Example


Text Example

White with #E1F428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F428; }

 p { color: rgb(225,244,40); }

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

background-color css

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

 a { background-color: rgb(225,244,40); }

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

border-color css

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

 span { border-color: rgb(225,244,40); }

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