Html Css Color HEX #E1F130 Pear

📋 copy color: '#E1F130'

red 225 ◦ green 241 ◦ blue 48

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

Shades of Pear #E1F130

Tints of Pear #E1F130

RGB

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

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

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

R = 43.77%
G = 46.89%
B = 9.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#E1F130 (or 0xE1F130) is known color: Pear. HEX triplet: E1, F1 and 30. RGB value is (225,241,48). Sum of RGB (Red+Green+Blue) = 225+241+48=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F130 is #1E0ECF. Grayscale: #D6D6D6. Windows color (decimal): -1969872 or 3207649. OLE color: 3207649.

HSL color Cylindrical-coordinate representation of color #E1F130: hue angle of 64.97º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1F130 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 241 48 -
CMYK 0.07 0 0.80 0.05
HSL 64.97º 0.87% 0.57% -
HSV(B) 64.97º 0.8% 0.95% -
XYZ 63.04 79.13 14.75 -
YUV 214.21 34.2 135.69 -
System Red Green Blue C M Y K H S L
Decimal 225 241 48 0.07 0 0.80 0.05 64.97 0.87 0.57
Hex E1 F1 30 7 0 50 5 41 57 39
Octal 341 361 60 7 0 120 5 101 127 71
Binary 11100001 11110001 110000 111 0 1010000 101 1000001 1010111 111001

Color Harmonies of #E1F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F130

Black with #E1F130

Text Example


Text Example

White with #E1F130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F130; }

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

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

background-color css

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

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

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

border-color css

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

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

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