#45AB43

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

Shades of Fruit Salad #45AB43

Tints of Fruit Salad #45AB43

Color information

#45AB43 (or 0x45AB43) is unknown color: approx Fruit Salad. HEX triplet: 45, AB and 43. RGB value is (69,171,67). Sum of RGB (Red+Green+Blue) = 69+171+67=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AB43 is #BA54BC. Grayscale: #808080. Windows color (decimal): -12211389 or 4434757. OLE color: 4434757.

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

Color convert

RGB6917167-
CMYK0.6000.610.33
HSL118.85º43.7%46.67%-
HSV(B)118.85º60.82%67.06%-
XYZ18.0330.810.3-
YUV128.6593.2185.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 171 (67.19% from 255) = 55.70%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=22.48%
G=55.70%
B=21.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69171670.6000.610.33118.8543.746.67
Hex45AB433C03D21772c2f
Octal10525310374075411675457
Binary100010110101011100001111110001111011000011110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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