#e1f825

Color #E1F825 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #E1F825

Tints of Pear #E1F825

Color information

#E1F825 (or 0xE1F825) is unknown color: approx Pear. HEX triplet: E1, F8 and 25. RGB value is (225,248,37). Sum of RGB (Red+Green+Blue) = 225+248+37=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F825 is #1E07DA. Grayscale: #D9D9D9. Windows color (decimal): -1968091 or 2488545. OLE color: 2488545.

HSL color Cylindrical-coordinate representation of color #E1F825: hue angle of 66.54º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1F825 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB22524837-
CMYK0.0900.850.03
HSL66.54º93.78%55.88%-
HSV(B)66.54º85.08%97.25%-
XYZ64.9583.2814.4-
YUV217.0726.38133.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 248 (97.27% from 255) = 48.63%
BLUE value IS 37 (14.84% from 255) = 7.25%
R=44.12%
G=48.63%
B=7.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal225248370.0900.850.0366.5493.7855.88
HexE1F82590553435e38
Octal34137045110125310313670
Binary11100001111110001001011001010101011110000111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1f825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1f825; }

 p { color: rgb(225,248,37); }

 H1.HeaderClassName
 {
   color: #e1f825;
 }
 .AnyTagClassName
 {
   color: #e1f825;
 }
</style>
background-color css

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

 a { background-color: rgb(225,248,37); }

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

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

 span { border-color: rgb(225,248,37); }

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