Html Css Color HEX #E2FD2A Pear

📋 copy color: '#E2FD2A'

red 226 ◦ green 253 ◦ blue 42

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

Shades of Pear #E2FD2A

Tints of Pear #E2FD2A

RGB

 RED value IS 226 (88.67% from 255) = 43.38%

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

 BLUE value IS 42 (16.8% from 255) = 8.06%

R = 43.38%
G = 48.56%
B = 8.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#E2FD2A (or 0xE2FD2A) is known color: Pear. HEX triplet: E2, FD and 2A. RGB value is (226,253,42). Sum of RGB (Red+Green+Blue) = 226+253+42=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FD2A is #1D02D5. Grayscale: #DDDDDD. Windows color (decimal): -1901270 or 2817506. OLE color: 2817506.

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

Color convert

RGB 226 253 42 -
CMYK 0.11 0 0.83 0.01
HSL 67.68º 0.98% 0.58% -
HSV(B) 67.68º 0.83% 0.99% -
XYZ 66.91 86.59 15.38 -
YUV 220.87 27.05 131.66 -
System Red Green Blue C M Y K H S L
Decimal 226 253 42 0.11 0 0.83 0.01 67.68 0.98 0.58
Hex E2 FD 2A B 0 53 1 44 62 3A
Octal 342 375 52 13 0 123 1 104 142 72
Binary 11100010 11111101 101010 1011 0 1010011 1 1000100 1100010 111010

Color Harmonies of #E2FD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FD2A

Black with #E2FD2A

Text Example


Text Example

White with #E2FD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FD2A; }

 p { color: rgb(226,253,42); }

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

background-color css

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

 a { background-color: rgb(226,253,42); }

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

border-color css

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

 span { border-color: rgb(226,253,42); }

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