#45AB4D

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

Shades of Fruit Salad #45AB4D

Tints of Fruit Salad #45AB4D

Color information

#45AB4D (or 0x45AB4D) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 4D. RGB value is (69,171,77). Sum of RGB (Red+Green+Blue) = 69+171+77=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB4D is #BA54B2. Grayscale: #828282. Windows color (decimal): -12211379 or 5090117. OLE color: 5090117.

HSL color Cylindrical-coordinate representation of color #45AB4D: hue angle of 124.71º 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 #45AB4D is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB6917177-
CMYK0.6000.550.33
HSL124.71º42.5%47.06%-
HSV(B)124.71º59.65%67.06%-
XYZ18.3630.9312.02-
YUV129.7998.2184.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=21.77%
G=53.94%
B=24.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171770.6000.550.33124.7142.547.06
Hex45AB4D3C037217d2a2f
Octal10525311574067411755257
Binary100010110101011100110111110001101111000011111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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