Html Css Color HEX #E1F930 Pear

📋 copy color: '#E1F930'

red 225 ◦ green 249 ◦ blue 48

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

Shades of Pear #E1F930

Tints of Pear #E1F930

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

 BLUE value IS 48 (19.14% from 255) = 9.2%

R = 43.1%
G = 47.7%
B = 9.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#E1F930 (or 0xE1F930) is known color: Pear. HEX triplet: E1, F9 and 30. RGB value is (225,249,48). Sum of RGB (Red+Green+Blue) = 225+249+48=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F930 is #1E06CF. Grayscale: #DBDBDB. Windows color (decimal): -1967824 or 3209697. OLE color: 3209697.

HSL color Cylindrical-coordinate representation of color #E1F930: hue angle of 67.16º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1F930 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 249 48 -
CMYK 0.10 0 0.81 0.02
HSL 67.16º 0.94% 0.58% -
HSV(B) 67.16º 0.81% 0.98% -
XYZ 65.46 83.97 15.55 -
YUV 218.91 31.55 132.34 -
System Red Green Blue C M Y K H S L
Decimal 225 249 48 0.10 0 0.81 0.02 67.16 0.94 0.58
Hex E1 F9 30 A 0 51 2 43 5E 3A
Octal 341 371 60 12 0 121 2 103 136 72
Binary 11100001 11111001 110000 1010 0 1010001 10 1000011 1011110 111010

Color Harmonies of #E1F930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F930

Black with #E1F930

Text Example


Text Example

White with #E1F930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F930; }

 p { color: rgb(225,249,48); }

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

background-color css

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

 a { background-color: rgb(225,249,48); }

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

border-color css

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

 span { border-color: rgb(225,249,48); }

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