#4EB445

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

Shades of Fruit Salad #4EB445

Tints of Fruit Salad #4EB445

Color information

#4EB445 (or 0x4EB445) is unknown color: approx Fruit Salad. HEX triplet: 4E, B4 and 45. RGB value is (78,180,69). Sum of RGB (Red+Green+Blue) = 78+180+69=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB445 is #B14BBA. Grayscale: #898989. Windows color (decimal): -11619259 or 4568142. OLE color: 4568142.

HSL color Cylindrical-coordinate representation of color #4EB445: hue angle of 115.14º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EB445 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB7818069-
CMYK0.5700.620.29
HSL115.14º44.58%48.82%-
HSV(B)115.14º61.67%70.59%-
XYZ20.5434.6911.24-
YUV136.8589.7186.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.85%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=23.85%
G=55.05%
B=21.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78180690.5700.620.29115.1444.5848.82
Hex4EB4453903E1D732d31
Octal11626410571076351635561
Binary10011101011010010001011110010111110111011110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,180,69); }

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

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

 a { background-color: rgb(78,180,69); }

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

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

 span { border-color: rgb(78,180,69); }

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