#45A751

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

Shades of Fruit Salad #45A751

Tints of Fruit Salad #45A751

Color information

#45A751 (or 0x45A751) is unknown color: approx Fruit Salad. HEX triplet: 45, A7 and 51. RGB value is (69,167,81). Sum of RGB (Red+Green+Blue) = 69+167+81=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #45A751 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A751 is #BA58AE. Grayscale: #808080. Windows color (decimal): -12212399 or 5351237. OLE color: 5351237.

HSL color Cylindrical-coordinate representation of color #45A751: hue angle of 127.35º 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 #45A751 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB6916781-
CMYK0.5900.510.35
HSL127.35º41.53%46.27%-
HSV(B)127.35º58.68%65.49%-
XYZ17.7629.512.54-
YUV127.89101.5385.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 167 (65.62% from 255) = 52.68%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=21.77%
G=52.68%
B=25.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69167810.5900.510.35127.3541.5346.27
Hex45A7513B033237f2a2e
Octal10524712173063431775256
Binary100010110100111101000111101101100111000111111111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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