Html Css Color HEX #4EA140 Fruit Salad

📋 copy color: '#4EA140'

red 78 ◦ green 161 ◦ blue 64

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

Shades of Fruit Salad #4EA140

Tints of Fruit Salad #4EA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.14%

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

R = 25.74%
G = 53.14%
B = 21.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#4EA140 (or 0x4EA140) is known color: Fruit Salad. HEX triplet: 4E, A1 and 40. RGB value is (78,161,64). Sum of RGB (Red+Green+Blue) = 78+161+64=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA140 is #B15EBF. Grayscale: #7D7D7D. Windows color (decimal): -11624128 or 4235598. OLE color: 4235598.

HSL color Cylindrical-coordinate representation of color #4EA140: hue angle of 111.34º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EA140 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 78 161 64 -
CMYK 0.52 0 0.60 0.37
HSL 111.34º 0.43% 0.44% -
HSV(B) 111.34º 0.6% 0.63% -
XYZ 16.81 27.48 9.27 -
YUV 125.13 93.5 94.39 -
System Red Green Blue C M Y K H S L
Decimal 78 161 64 0.52 0 0.60 0.37 111.34 0.43 0.44
Hex 4E A1 40 34 0 3C 25 6F 2B 2C
Octal 116 241 100 64 0 74 45 157 53 54
Binary 1001110 10100001 1000000 110100 0 111100 100101 1101111 101011 101100

Color Harmonies of #4EA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA140

Black with #4EA140

Text Example


Text Example

White with #4EA140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,161,64); }

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

background-color css

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

 a { background-color: rgb(78,161,64); }

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

border-color css

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

 span { border-color: rgb(78,161,64); }

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