#45A74E

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

Shades of Fruit Salad #45A74E

Tints of Fruit Salad #45A74E

Color information

#45A74E (or 0x45A74E) is unknown color: approx Fruit Salad. HEX triplet: 45, A7 and 4E. RGB value is (69,167,78). Sum of RGB (Red+Green+Blue) = 69+167+78=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #45A74E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A74E is #BA58B1. Grayscale: #7F7F7F. Windows color (decimal): -12212402 or 5154629. OLE color: 5154629.

HSL color Cylindrical-coordinate representation of color #45A74E: hue angle of 125.51º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A74E is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB6916778-
CMYK0.5900.530.35
HSL125.51º41.53%46.27%-
HSV(B)125.51º58.68%65.49%-
XYZ17.6529.4511.96-
YUV127.55100.0386.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=21.97%
G=53.18%
B=24.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69167780.5900.530.35125.5141.5346.27
Hex45A74E3B035237e2a2e
Octal10524711673065431765256
Binary100010110100111100111011101101101011000111111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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