#4EBA52

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

Shades of Fruit Salad #4EBA52

Tints of Fruit Salad #4EBA52

Color information

#4EBA52 (or 0x4EBA52) is unknown color: approx Fruit Salad. HEX triplet: 4E, BA and 52. RGB value is (78,186,82). Sum of RGB (Red+Green+Blue) = 78+186+82=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBA52 is #B145AD. Grayscale: #8E8E8E. Windows color (decimal): -11617710 or 5421646. OLE color: 5421646.

HSL color Cylindrical-coordinate representation of color #4EBA52: hue angle of 122.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBA52 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB7818682-
CMYK0.5800.560.27
HSL122.22º43.9%51.76%-
HSV(B)122.22º58.06%72.94%-
XYZ22.2237.3514.02-
YUV141.8594.2282.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.54%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=22.54%
G=53.76%
B=23.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78186820.5800.560.27122.2243.951.76
Hex4EBA523A0381B7a2c34
Octal11627212272070331725464
Binary10011101011101010100101110100111000110111111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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