#4EAB52

Color #4EAB52 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4EAB52

Tints of Fruit Salad #4EAB52

Color information

#4EAB52 (or 0x4EAB52) is unknown color: approx Fruit Salad. HEX triplet: 4E, AB and 52. RGB value is (78,171,82). Sum of RGB (Red+Green+Blue) = 78+171+82=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAB52 is #B154AD. Grayscale: #858585. Windows color (decimal): -11621550 or 5417806. OLE color: 5417806.

HSL color Cylindrical-coordinate representation of color #4EAB52: hue angle of 122.58º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAB52 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB7817182-
CMYK0.5400.520.33
HSL122.58º37.35%48.82%-
HSV(B)122.58º54.39%67.06%-
XYZ19.2331.3513.02-
YUV133.0599.1988.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 171 (67.19% from 255) = 51.66%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=23.56%
G=51.66%
B=24.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78171820.5400.520.33122.5837.3548.82
Hex4EAB5236034217b2531
Octal11625312266064411734561
Binary100111010101011101001011011001101001000011111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,171,82); }

 H1.HeaderClassName
 {
   color: #4EAB52;
 }
 .AnyTagClassName
 {
   color: #4EAB52;
 }
</style>
background-color css

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

 a { background-color: rgb(78,171,82); }

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

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

 span { border-color: rgb(78,171,82); }

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