Html Css Color HEX #E0F940 Pear

📋 copy color: '#E0F940'

red 224 ◦ green 249 ◦ blue 64

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

Shades of Pear #E0F940

Tints of Pear #E0F940

RGB

 RED value IS 224 (87.89% from 255) = 41.71%

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

 BLUE value IS 64 (25.39% from 255) = 11.92%

R = 41.71%
G = 46.37%
B = 11.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#E0F940 (or 0xE0F940) is known color: Pear. HEX triplet: E0, F9 and 40. RGB value is (224,249,64). Sum of RGB (Red+Green+Blue) = 224+249+64=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F940 is #1F06BF. Grayscale: #DDDDDD. Windows color (decimal): -2033344 or 4258272. OLE color: 4258272.

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

Color convert

RGB 224 249 64 -
CMYK 0.10 0 0.74 0.02
HSL 68.11º 0.94% 0.61% -
HSV(B) 68.11º 0.74% 0.98% -
XYZ 65.54 83.97 17.6 -
YUV 220.44 39.72 130.54 -
System Red Green Blue C M Y K H S L
Decimal 224 249 64 0.10 0 0.74 0.02 68.11 0.94 0.61
Hex E0 F9 40 A 0 4A 2 44 5E 3D
Octal 340 371 100 12 0 112 2 104 136 75
Binary 11100000 11111001 1000000 1010 0 1001010 10 1000100 1011110 111101

Color Harmonies of #E0F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F940

Black with #E0F940

Text Example


Text Example

White with #E0F940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F940; }

 p { color: rgb(224,249,64); }

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

background-color css

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

 a { background-color: rgb(224,249,64); }

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

border-color css

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

 span { border-color: rgb(224,249,64); }

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