#45AB4E

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

Shades of Fruit Salad #45AB4E

Tints of Fruit Salad #45AB4E

Color information

#45AB4E (or 0x45AB4E) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 4E. RGB value is (69,171,78). Sum of RGB (Red+Green+Blue) = 69+171+78=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB4E is #BA54B1. Grayscale: #828282. Windows color (decimal): -12211378 or 5155653. OLE color: 5155653.

HSL color Cylindrical-coordinate representation of color #45AB4E: hue angle of 125.29º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB4E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB6917178-
CMYK0.6000.540.33
HSL125.29º42.5%47.06%-
HSV(B)125.29º59.65%67.06%-
XYZ18.3930.9412.21-
YUV129.998.7184.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 171 (67.19% from 255) = 53.77%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=21.70%
G=53.77%
B=24.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171780.6000.540.33125.2942.547.06
Hex45AB4E3C036217d2a2f
Octal10525311674066411755257
Binary100010110101011100111011110001101101000011111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AB4E; }

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

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

<style>
 a { background-color: #45AB4E; }

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

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

<style>
 span { border-color: #45AB4E; }

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

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