Html Css Color HEX #E2FD3F Pear

📋 copy color: '#E2FD3F'

red 226 ◦ green 253 ◦ blue 63

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

Shades of Pear #E2FD3F

Tints of Pear #E2FD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.62%

R = 41.7%
G = 46.68%
B = 11.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#E2FD3F (or 0xE2FD3F) is known color: Pear. HEX triplet: E2, FD and 3F. RGB value is (226,253,63). Sum of RGB (Red+Green+Blue) = 226+253+63=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 63 (25% from 255 or 11.62% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FD3F is #1D02C0. Grayscale: #E0E0E0. Windows color (decimal): -1901249 or 4193762. OLE color: 4193762.

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

Color convert

RGB 226 253 63 -
CMYK 0.11 0 0.75 0.01
HSL 68.53º 0.98% 0.62% -
HSV(B) 68.53º 0.75% 0.99% -
XYZ 67.39 86.78 17.9 -
YUV 223.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 226 253 63 0.11 0 0.75 0.01 68.53 0.98 0.62
Hex E2 FD 3F B 0 4B 1 45 62 3E
Octal 342 375 77 13 0 113 1 105 142 76
Binary 11100010 11111101 111111 1011 0 1001011 1 1000101 1100010 111110

Color Harmonies of #E2FD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FD3F

Black with #E2FD3F

Text Example


Text Example

White with #E2FD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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