#45AE40

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

Shades of Fruit Salad #45AE40

Tints of Fruit Salad #45AE40

Color information

#45AE40 (or 0x45AE40) is unknown color: approx Fruit Salad. HEX triplet: 45, AE and 40. RGB value is (69,174,64). Sum of RGB (Red+Green+Blue) = 69+174+64=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AE40 is #BA51BF. Grayscale: #828282. Windows color (decimal): -12210624 or 4238917. OLE color: 4238917.

HSL color Cylindrical-coordinate representation of color #45AE40: hue angle of 117.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45AE40 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB6917464-
CMYK0.6000.630.32
HSL117.27º46.22%46.67%-
HSV(B)117.27º63.22%68.24%-
XYZ18.5231.9110.03-
YUV130.0690.7184.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=22.48%
G=56.68%
B=20.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69174640.6000.630.32117.2746.2246.67
Hex45AE403C03F20752e2f
Octal10525610074077401655657
Binary100010110101110100000011110001111111000001110101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,174,64); }

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

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

 a { background-color: rgb(69,174,64); }

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

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

 span { border-color: rgb(69,174,64); }

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