Html Css Color HEX #E2F93C Pear

📋 copy color: '#E2F93C'

red 226 ◦ green 249 ◦ blue 60

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

Shades of Pear #E2F93C

Tints of Pear #E2F93C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.54%

 BLUE value IS 60 (23.83% from 255) = 11.21%

R = 42.24%
G = 46.54%
B = 11.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#E2F93C (or 0xE2F93C) is known color: Pear. HEX triplet: E2, F9 and 3C. RGB value is (226,249,60). Sum of RGB (Red+Green+Blue) = 226+249+60=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F93C is #1D06C3. Grayscale: #DDDDDD. Windows color (decimal): -1902276 or 3996130. OLE color: 3996130.

HSL color Cylindrical-coordinate representation of color #E2F93C: hue angle of 67.3º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2F93C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 249 60 -
CMYK 0.09 0 0.76 0.02
HSL 67.3º 0.94% 0.61% -
HSV(B) 67.3º 0.76% 0.98% -
XYZ 66.06 84.25 17.05 -
YUV 220.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 226 249 60 0.09 0 0.76 0.02 67.3 0.94 0.61
Hex E2 F9 3C 9 0 4C 2 43 5E 3D
Octal 342 371 74 11 0 114 2 103 136 75
Binary 11100010 11111001 111100 1001 0 1001100 10 1000011 1011110 111101

Color Harmonies of #E2F93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F93C

Black with #E2F93C

Text Example


Text Example

White with #E2F93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F93C; }

 p { color: rgb(226,249,60); }

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

background-color css

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

 a { background-color: rgb(226,249,60); }

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

border-color css

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

 span { border-color: rgb(226,249,60); }

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