Html Css Color HEX #4EAD60 Fruit Salad

📋 copy color: '#4EAD60'

red 78 ◦ green 173 ◦ blue 96

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

Shades of Fruit Salad #4EAD60

Tints of Fruit Salad #4EAD60

RGB

 RED value IS 78 (30.86% from 255) = 22.48%

 GREEN value IS 173 (67.97% from 255) = 49.86%

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 22.48%
G = 49.86%
B = 27.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#4EAD60 (or 0x4EAD60) is known color: Fruit Salad. HEX triplet: 4E, AD and 60. RGB value is (78,173,96). Sum of RGB (Red+Green+Blue) = 78+173+96=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAD60 is #B1529F. Grayscale: #888888. Windows color (decimal): -11621024 or 6335822. OLE color: 6335822.

HSL color Cylindrical-coordinate representation of color #4EAD60: hue angle of 131.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAD60 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 173 96 -
CMYK 0.55 0 0.45 0.32
HSL 131.37º 0.38% 0.49% -
HSV(B) 131.37º 0.55% 0.68% -
XYZ 20.2 32.35 16.25 -
YUV 135.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 78 173 96 0.55 0 0.45 0.32 131.37 0.38 0.49
Hex 4E AD 60 37 0 2D 20 83 26 31
Octal 116 255 140 67 0 55 40 203 46 61
Binary 1001110 10101101 1100000 110111 0 101101 100000 10000011 100110 110001

Color Harmonies of #4EAD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAD60

Black with #4EAD60

Text Example


Text Example

White with #4EAD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EAD60; }

 p { color: rgb(78,173,96); }

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

background-color css

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

 a { background-color: rgb(78,173,96); }

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

border-color css

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

 span { border-color: rgb(78,173,96); }

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