Html Css Color HEX #E0F640 Pear

📋 copy color: '#E0F640'

red 224 ◦ green 246 ◦ blue 64

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

Shades of Pear #E0F640

Tints of Pear #E0F640

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.07%

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

R = 41.95%
G = 46.07%
B = 11.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#E0F640 (or 0xE0F640) is known color: Pear. HEX triplet: E0, F6 and 40. RGB value is (224,246,64). Sum of RGB (Red+Green+Blue) = 224+246+64=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F640 is #1F09BF. Grayscale: #DBDBDB. Windows color (decimal): -2034112 or 4257504. OLE color: 4257504.

HSL color Cylindrical-coordinate representation of color #E0F640: hue angle of 67.25º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0F640 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 246 64 -
CMYK 0.09 0 0.74 0.04
HSL 67.25º 0.91% 0.61% -
HSV(B) 67.25º 0.74% 0.96% -
XYZ 64.62 82.13 17.3 -
YUV 218.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 224 246 64 0.09 0 0.74 0.04 67.25 0.91 0.61
Hex E0 F6 40 9 0 4A 4 43 5B 3D
Octal 340 366 100 11 0 112 4 103 133 75
Binary 11100000 11110110 1000000 1001 0 1001010 100 1000011 1011011 111101

Color Harmonies of #E0F640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F640

Black with #E0F640

Text Example


Text Example

White with #E0F640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F640; }

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

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

background-color css

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

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

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

border-color css

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

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

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