Html Css Color HEX #E1FD45 Pear

📋 copy color: '#E1FD45'

red 225 ◦ green 253 ◦ blue 69

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

Shades of Pear #E1FD45

Tints of Pear #E1FD45

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.25%

 BLUE value IS 69 (27.34% from 255) = 12.61%

R = 41.13%
G = 46.25%
B = 12.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#E1FD45 (or 0xE1FD45) is known color: Pear. HEX triplet: E1, FD and 45. RGB value is (225,253,69). Sum of RGB (Red+Green+Blue) = 225+253+69=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FD45 is #1E02BA. Grayscale: #E0E0E0. Windows color (decimal): -1966779 or 4586977. OLE color: 4586977.

HSL color Cylindrical-coordinate representation of color #E1FD45: hue angle of 69.13º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1FD45 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 253 69 -
CMYK 0.11 0 0.73 0.01
HSL 69.13º 0.98% 0.63% -
HSV(B) 69.13º 0.73% 0.99% -
XYZ 67.25 86.69 18.82 -
YUV 223.65 40.72 128.96 -
System Red Green Blue C M Y K H S L
Decimal 225 253 69 0.11 0 0.73 0.01 69.13 0.98 0.63
Hex E1 FD 45 B 0 49 1 45 62 3F
Octal 341 375 105 13 0 111 1 105 142 77
Binary 11100001 11111101 1000101 1011 0 1001001 1 1000101 1100010 111111

Color Harmonies of #E1FD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FD45

Black with #E1FD45

Text Example


Text Example

White with #E1FD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FD45; }

 p { color: rgb(225,253,69); }

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

background-color css

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

 a { background-color: rgb(225,253,69); }

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

border-color css

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

 span { border-color: rgb(225,253,69); }

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