Html Css Color HEX #E5FD2D Pear

📋 copy color: '#E5FD2D'

red 229 ◦ green 253 ◦ blue 45

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

Shades of Pear #E5FD2D

Tints of Pear #E5FD2D

RGB

 RED value IS 229 (89.84% from 255) = 43.45%

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

 BLUE value IS 45 (17.97% from 255) = 8.54%

R = 43.45%
G = 48.01%
B = 8.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#E5FD2D (or 0xE5FD2D) is known color: Pear. HEX triplet: E5, FD and 2D. RGB value is (229,253,45). Sum of RGB (Red+Green+Blue) = 229+253+45=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FD2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FD2D is #1A02D2. Grayscale: #DEDEDE. Windows color (decimal): -1704659 or 3014117. OLE color: 3014117.

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

Color convert

RGB 229 253 45 -
CMYK 0.09 0 0.82 0.01
HSL 66.92º 0.98% 0.58% -
HSV(B) 66.92º 0.82% 0.99% -
XYZ 67.91 87.1 15.71 -
YUV 222.11 28.05 132.91 -
System Red Green Blue C M Y K H S L
Decimal 229 253 45 0.09 0 0.82 0.01 66.92 0.98 0.58
Hex E5 FD 2D 9 0 52 1 43 62 3A
Octal 345 375 55 11 0 122 1 103 142 72
Binary 11100101 11111101 101101 1001 0 1010010 1 1000011 1100010 111010

Color Harmonies of #E5FD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5FD2D

Black with #E5FD2D

Text Example


Text Example

White with #E5FD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5FD2D; }

 p { color: rgb(229,253,45); }

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

background-color css

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

 a { background-color: rgb(229,253,45); }

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

border-color css

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

 span { border-color: rgb(229,253,45); }

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